소스 검색

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

pull/2033/head
mausimus 3 년 전
committed by GitHub
부모
커밋
6541895901
No known key found for this signature in database 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)

불러오는 중...
취소
저장