瀏覽代碼

web: clear resizedLastFrame (#2077)

pull/2081/head
mausimus 4 年之前
committed by GitHub
父節點
當前提交
8f5bd3e185
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 4 行新增0 行删除
  1. +4
    -0
      src/rcore.c

+ 4
- 0
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)

Loading…
取消
儲存