diff options
Diffstat (limited to 'examples/iqm_test')
| -rw-r--r-- | examples/iqm_test/main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/iqm_test/main.lua b/examples/iqm_test/main.lua index 105af12..8471c86 100644 --- a/examples/iqm_test/main.lua +++ b/examples/iqm_test/main.lua @@ -15,7 +15,7 @@ local animSpeed = 60 function init() local mPos = RL_GetMonitorPosition( monitor ) local mSize = RL_GetMonitorSize( monitor ) - local winSize = RL_GetWindowSize() + local winSize = RL_GetScreenSize() RL_SetWindowState( FLAG_WINDOW_RESIZABLE ) RL_SetWindowState( FLAG_VSYNC_HINT ) |
