summaryrefslogtreecommitdiff
path: root/examples/instancing
diff options
context:
space:
mode:
Diffstat (limited to 'examples/instancing')
-rw-r--r--examples/instancing/main.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/instancing/main.lua b/examples/instancing/main.lua
index 17a2acb..d0760ec 100644
--- a/examples/instancing/main.lua
+++ b/examples/instancing/main.lua
@@ -22,7 +22,7 @@ function init()
local monitor = 0
local mPos = RL_GetMonitorPosition( monitor )
local mSize = RL_GetMonitorSize( monitor )
- local winSize = RL_GetWindowSize()
+ local winSize = RL_GetScreenSize()
RL_SetWindowState( FLAG_WINDOW_RESIZABLE )
RL_SetWindowSize( winSize )