소스 검색

Remove unneeded line on web platform

pull/3505/head
Ray 2 년 전
부모
커밋
3c3e311190
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. +0
    -1
      src/platforms/rcore_web.c

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

@ -896,7 +896,6 @@ int InitPlatform(void)
// If graphic device is no properly initialized, we end program
if (!CORE.Window.ready) { TRACELOG(LOG_FATAL, "PLATFORM: Failed to initialize graphic device"); return -1; }
else SetWindowPosition(GetMonitorWidth(GetCurrentMonitor())/2 - CORE.Window.screen.width/2, GetMonitorHeight(GetCurrentMonitor())/2 - CORE.Window.screen.height/2);
// Load OpenGL extensions
// NOTE: GL procedures address loader is required to load extensions

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