소스 검색

trivial: Correct typo in log message.

pull/5523/head
Eddy Jansson 22 시간 전
부모
커밋
eca515d346
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/platforms/rcore_desktop_win32.c

+ 1
- 1
src/platforms/rcore_desktop_win32.c 파일 보기

@ -1777,7 +1777,7 @@ static LRESULT CALLBACK WndProc(HWND hwnd, UINT msg, WPARAM wparam, LPARAM lpara
{
// looks like windows will automatically "unminimize" a window
// if a style changes modifies it's size
TRACELOG(LOG_INFO, "WIN32: WINDOW: Style change modifed window size, removing maximized flag");
TRACELOG(LOG_INFO, "WIN32: WINDOW: Style change modified window size, removing maximized flag");
deferredFlags->clear |= FLAG_WINDOW_MAXIMIZED;
}
}

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