mirror of
https://github.com/raysan5/raylib.git
synced 2026-04-17 12:39:09 -04:00
REVIEWED: Some comments (Code Gardening)
This commit is contained in:
@ -499,7 +499,7 @@ int InitPlatform(void)
|
||||
}
|
||||
//----------------------------------------------------------------------------
|
||||
|
||||
// If everything work as expected, we can continue
|
||||
// If everything worked as expected, continue
|
||||
CORE.Window.render.width = CORE.Window.screen.width;
|
||||
CORE.Window.render.height = CORE.Window.screen.height;
|
||||
CORE.Window.currentFbo.width = CORE.Window.render.width;
|
||||
|
||||
Reference in New Issue
Block a user