fixed web platform resize events (#5662)
This commit is contained in:
parent
26f329a5e7
commit
dfc3f58a06
|
|
@ -1332,7 +1332,7 @@ void PollInputEvents(void)
|
|||
CORE.Window.currentFbo.width = CORE.Window.render.width;
|
||||
CORE.Window.currentFbo.height = CORE.Window.render.height;
|
||||
#elif defined(PLATFORM_WEB_RGFW)
|
||||
return;
|
||||
// do nothing but prevent other behavior
|
||||
#else
|
||||
SetupViewport(platform.window->w, platform.window->h);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user