Minor format tweaks

This commit is contained in:
Ray 2021-06-23 09:59:11 +02:00
parent 3db26f82ea
commit 7203acdef9
2 changed files with 2 additions and 2 deletions

View file

@ -98,7 +98,7 @@ int main(void)
// De-Initialization
//--------------------------------------------------------------------------------------
for(int i = 0; i < MAX_MODELS; i++) UnloadModel(model[i]); // Unload models
for (int i = 0; i < MAX_MODELS; i++) UnloadModel(model[i]); // Unload models
CloseWindow(); // Close window and OpenGL context
//--------------------------------------------------------------------------------------