diff options
Diffstat (limited to 'examples/web/models')
| -rw-r--r-- | examples/web/models/models_animation.c | 2 | ||||
| -rw-r--r-- | examples/web/models/models_skybox.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/web/models/models_animation.c b/examples/web/models/models_animation.c index 1c7bd02..89f01f7 100644 --- a/examples/web/models/models_animation.c +++ b/examples/web/models/models_animation.c @@ -84,7 +84,7 @@ int main(void) //-------------------------------------------------------------------------------------- UnloadTexture(texture); // Unload texture - // Unload model animations data + // Unload model animations data for (int i = 0; i < animsCount; i++) UnloadModelAnimation(anims[i]); RL_FREE(anims); diff --git a/examples/web/models/models_skybox.c b/examples/web/models/models_skybox.c index 8c6ac94..75699f4 100644 --- a/examples/web/models/models_skybox.c +++ b/examples/web/models/models_skybox.c @@ -112,7 +112,7 @@ void UpdateDrawFrame(void) // Update //---------------------------------------------------------------------------------- UpdateCamera(&camera); // Update camera - + // Load new cubemap texture on drag&drop if (IsFileDropped()) { |
