summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/rcore.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/rcore.c b/src/rcore.c
index e3e20d21..2bdc454d 100644
--- a/src/rcore.c
+++ b/src/rcore.c
@@ -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)