diff options
Diffstat (limited to 'examples/models')
| -rw-r--r-- | examples/models/models_gltf_model.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/models/models_gltf_model.c b/examples/models/models_gltf_model.c index 3475b3f0..9889ad25 100644 --- a/examples/models/models_gltf_model.c +++ b/examples/models/models_gltf_model.c @@ -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 //-------------------------------------------------------------------------------------- |
