Skip to content

Commit

Permalink
Remove unneeded line on web platform
Browse files Browse the repository at this point in the history
  • Loading branch information
raysan5 committed Nov 2, 2023
1 parent 807516a commit 3c3e311
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/platforms/rcore_web.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3c3e311

Please sign in to comment.