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/iqm_test/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/iqm_test') diff --git a/examples/iqm_test/main.lua b/examples/iqm_test/main.lua index 105af12..8471c86 100644 --- a/examples/iqm_test/main.lua +++ b/examples/iqm_test/main.lua @@ -15,7 +15,7 @@ local animSpeed = 60 function init() local mPos = RL_GetMonitorPosition( monitor ) local mSize = RL_GetMonitorSize( monitor ) - local winSize = RL_GetWindowSize() + local winSize = RL_GetScreenSize() RL_SetWindowState( FLAG_WINDOW_RESIZABLE ) RL_SetWindowState( FLAG_VSYNC_HINT ) -- cgit v1.2.3