Explorar el Código

web: clear resizedLastFrame (#2077)

pull/2081/head
mausimus hace 4 años
cometido por GitHub
padre
commit
8f5bd3e185
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. +4
    -0
      src/rcore.c

+ 4
- 0
src/rcore.c Ver fichero

@ -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)

Cargando…
Cancelar
Guardar