소스 검색

sdl: ensure the OS X event pump is called on the main thread.

legacy
Sam Hocevar 5 년 전
부모
커밋
eafffe7148
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/ui/sdl-input.cpp

+ 1
- 1
src/ui/sdl-input.cpp 파일 보기

@@ -47,7 +47,7 @@ SdlInput::SdlInput(int app_w, int app_h, int screen_w, int screen_h)
: m_app(vec2((float)app_w, (float)app_h)),
m_screen(vec2((float)screen_w, (float)screen_h))
{
#if _WIN32
#if _WIN32 || defined __APPLE__
m_tick_in_draw_thread = true;
#endif



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