소스 검색

Init CORE.Window.focused

pull/1233/head
raysan5 5 년 전
부모
커밋
ac8f436c3b
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      src/core.c

+ 2
- 0
src/core.c 파일 보기

@ -681,7 +681,9 @@ void InitWindow(int width, int height, const char *title)
// Init graphics device (display device and OpenGL context)
// NOTE: returns true if window and graphic device has been initialized successfully
CORE.Window.ready = InitGraphicsDevice(width, height);
if (!CORE.Window.ready) return;
else CORE.Window.focused = true;
// Init hi-res timer
InitTimer();

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