ソースを参照

Revert "reset resizedLastFrame on web platform (#2020)" (#2032)

pull/2033/head
mausimus 3年前
committed by GitHub
コミット
6541895901
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更2行の追加4行の削除
  1. +2
    -4
      src/rcore.c

+ 2
- 4
src/rcore.c ファイルの表示

@ -4724,6 +4724,8 @@ void PollInputEvents(void)
}
}
CORE.Window.resizedLastFrame = false;
#if defined(SUPPORT_EVENTS_WAITING)
glfwWaitEvents();
#else
@ -4731,10 +4733,6 @@ void PollInputEvents(void)
#endif
#endif // PLATFORM_DESKTOP
#if defined(PLATFORM_DESKTOP) || defined(PLATFORM_WEB)
CORE.Window.resizedLastFrame = false;
#endif
// Gamepad support using emscripten API
// NOTE: GLFW3 joystick functionality not available in web
#if defined(PLATFORM_WEB)

読み込み中…
キャンセル
保存