diff options
| author | jussi | 2023-02-15 01:10:03 +0200 |
|---|---|---|
| committer | jussi | 2023-02-15 01:10:03 +0200 |
| commit | 9df23e32b02167dd41c8b5c25b852717163dfeda (patch) | |
| tree | 5e78bba46f30a7de33ff3cc67cbda2bb465a4742 /examples/waving_cubes | |
| parent | cf7c480aca8e24c62e6563e96a1bb4636a1ac81f (diff) | |
| download | reilua-enhanced-9df23e32b02167dd41c8b5c25b852717163dfeda.tar.gz reilua-enhanced-9df23e32b02167dd41c8b5c25b852717163dfeda.tar.bz2 reilua-enhanced-9df23e32b02167dd41c8b5c25b852717163dfeda.zip | |
RL_GetWindowSize renamed to RL_GetScreenSize.
Diffstat (limited to 'examples/waving_cubes')
| -rw-r--r-- | examples/waving_cubes/main.lua | 2 |
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 ) |
