Remove trailing spaces

This commit is contained in:
Ray
2025-10-26 18:22:23 +01:00
parent cb58ca63d4
commit 0fbc4272d0
7 changed files with 24 additions and 24 deletions

View File

@@ -709,7 +709,7 @@ void InitWindow(int width, int height, const char *title)
//-------------------------------------------------------------- //--------------------------------------------------------------
// Initialize rlgl default data (buffers and shaders) // Initialize rlgl default data (buffers and shaders)
// NOTE: CORE.Window.currentFbo.width and CORE.Window.currentFbo.height not used, just stored as globals in rlgl // NOTE: Current fbo size stored as globals in rlgl for convenience
rlglInit(CORE.Window.currentFbo.width, CORE.Window.currentFbo.height); rlglInit(CORE.Window.currentFbo.width, CORE.Window.currentFbo.height);
isGpuReady = true; // Flag to note GPU has been initialized successfully isGpuReady = true; // Flag to note GPU has been initialized successfully