web: clear resizedLastFrame

This commit is contained in:
mausimus 2021-10-23 07:27:54 +00:00
parent ae13f438ba
commit dc8ecc3875

View File

@ -4849,6 +4849,10 @@ void PollInputEvents(void)
#endif
#endif // PLATFORM_DESKTOP
#if defined(PLATFORM_WEB)
CORE.Window.resizedLastFrame = false;
#endif // PLATFORM_WEB
// Gamepad support using emscripten API
// NOTE: GLFW3 joystick functionality not available in web
#if defined(PLATFORM_WEB)