RL_GetWindowSize renamed to RL_GetScreenSize.
This commit is contained in:
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user