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/lightmap/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/lightmap') diff --git a/examples/lightmap/main.lua b/examples/lightmap/main.lua index 8f8038e..e0b5da0 100644 --- a/examples/lightmap/main.lua +++ b/examples/lightmap/main.lua @@ -13,7 +13,7 @@ local matrix = {} 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