diff options
Diffstat (limited to 'examples/shaders/main.lua')
| -rw-r--r-- | examples/shaders/main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/shaders/main.lua b/examples/shaders/main.lua index f603a5d..a91f1ee 100644 --- a/examples/shaders/main.lua +++ b/examples/shaders/main.lua @@ -11,7 +11,7 @@ local secondsLoc 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 ) |
