summaryrefslogtreecommitdiff
path: root/examples/window
diff options
context:
space:
mode:
Diffstat (limited to 'examples/window')
-rw-r--r--examples/window/main.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/window/main.lua b/examples/window/main.lua
index 44d9fa7..7ddf828 100644
--- a/examples/window/main.lua
+++ b/examples/window/main.lua
@@ -5,6 +5,7 @@ local text = "Congrats! You created your first window!"
function init()
RL_SetWindowTitle( "First window" )
+ RL_SetWindowState( FLAG_VSYNC_HINT )
end
function process( delta )