RL_GetWindowSize renamed to RL_GetScreenSize.
This commit is contained in:
@@ -34,7 +34,7 @@ function process( delta )
|
||||
end
|
||||
|
||||
if RL_IsWindowResized() then
|
||||
winSize = RL_GetWindowSize()
|
||||
winSize = RL_GetScreenSize()
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user