summaryrefslogtreecommitdiff
path: root/examples/waving_cubes
diff options
context:
space:
mode:
Diffstat (limited to 'examples/waving_cubes')
-rw-r--r--examples/waving_cubes/main.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/waving_cubes/main.lua b/examples/waving_cubes/main.lua
index faf4a9f..eab9758 100644
--- a/examples/waving_cubes/main.lua
+++ b/examples/waving_cubes/main.lua
@@ -13,7 +13,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_SetWindowTitle( "Waving cubes" )
RL_SetWindowState( FLAG_WINDOW_RESIZABLE )