From 314d0412a53b8e012ec183c503a69cc32e24ab34 Mon Sep 17 00:00:00 2001 From: jussi Date: Sun, 26 Jun 2022 15:03:08 +0300 Subject: Get font info. --- examples/gui/main.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/gui') diff --git a/examples/gui/main.lua b/examples/gui/main.lua index 4c84af8..e412201 100644 --- a/examples/gui/main.lua +++ b/examples/gui/main.lua @@ -28,6 +28,7 @@ function init() RL_GuiSetFont( 0 ) RL_SetWindowState( FLAG_WINDOW_RESIZABLE ) + RL_SetWindowState( FLAG_VSYNC_HINT ) RL_SetWindowPosition( { mPos[1] + mSize[1] / 2 - winSize[1] / 2, mPos[2] + mSize[2] / 2 - winSize[2] / 2 } ) end -- cgit v1.2.3