Some minor tweaks

This commit is contained in:
Ray
2024-09-20 17:32:01 +02:00
parent c09dadd9b5
commit e5d0cc978a
3 changed files with 5 additions and 2 deletions

View File

@ -940,7 +940,7 @@ void PollInputEvents(void)
SetupViewport(platform.window->r.w, platform.window->r.h);
CORE.Window.screen.width = platform.window->r.w;
CORE.Window.screen.height = platform.window->r.h;
CORE.Window.currentFbo.width = platform.window->r.w;;
CORE.Window.currentFbo.width = platform.window->r.w;
CORE.Window.currentFbo.height = platform.window->r.h;
CORE.Window.resizedLastFrame = true;
} break;