Sfoglia il codice sorgente

web: clear resizedLastFrame (#2077)

pull/2081/head
mausimus 4 anni fa
committed by GitHub
parent
commit
8f5bd3e185
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. +4
    -0
      src/rcore.c

+ 4
- 0
src/rcore.c Vedi 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)

Caricamento…
Annulla
Salva