diff options
Diffstat (limited to 'examples/ReiLuaGui_examples')
| -rw-r--r-- | examples/ReiLuaGui_examples/main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ReiLuaGui_examples/main.lua b/examples/ReiLuaGui_examples/main.lua index 3a54c30..f67e27f 100644 --- a/examples/ReiLuaGui_examples/main.lua +++ b/examples/ReiLuaGui_examples/main.lua @@ -65,7 +65,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 examples" ) RL_SetWindowState( FLAG_WINDOW_RESIZABLE ) |
