diff options
Diffstat (limited to 'examples/ReiLuaGui_test/main.lua')
| -rw-r--r-- | examples/ReiLuaGui_test/main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ReiLuaGui_test/main.lua b/examples/ReiLuaGui_test/main.lua index ecf3084..b36a7da 100644 --- a/examples/ReiLuaGui_test/main.lua +++ b/examples/ReiLuaGui_test/main.lua @@ -138,7 +138,7 @@ function init() local monitor = 0 local mPos = RL_GetMonitorPosition( monitor ) local mSize = RL_GetMonitorSize( monitor ) - winSize = RL_GetWindowSize() + winSize = RL_GetScreenSize() RL_SetWindowTitle( "ReiLuaGui Test" ) RL_SetWindowState( FLAG_WINDOW_RESIZABLE ) |
