From 9df23e32b02167dd41c8b5c25b852717163dfeda Mon Sep 17 00:00:00 2001 From: jussi Date: Wed, 15 Feb 2023 01:10:03 +0200 Subject: RL_GetWindowSize renamed to RL_GetScreenSize. --- examples/waving_cubes/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/waving_cubes') 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 ) -- cgit v1.2.3