From c805e0da6827b7bbd049d7ef2eb1a3b672b98644 Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Fri, 24 Mar 2023 20:53:44 +0000 Subject: [PATCH] warn render ahead of time --- pages/Configuring/Variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/Configuring/Variables.md b/pages/Configuring/Variables.md index cfd89de..0386c1a 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -247,7 +247,7 @@ Described [here](../Keywords#per-device-input-configs). | hide_cursor_on_touch | Hides the cursor when the last input was a touch input until a mouse input is done. | bool | true | | mouse_move_focuses_monitor | Whether mouse moving into a different monitor should focus it | bool | true | | suppress_portal_warnings | disables warnings about incompatible portal implementations. | bool | false | -| render_ahead_of_time | starts rendering _before_ your monitor displays a frame in order to lower latency | bool | false | +| render_ahead_of_time | [Warning: buggy] starts rendering _before_ your monitor displays a frame in order to lower latency | bool | false | | render_ahead_safezone | how many ms of safezone to add to rendering ahead of time. Recommended 1-2. | int | 1 | # Binds