From 5ccec1e542b3a1d52ecb5c409c003396cf75b59e Mon Sep 17 00:00:00 2001 From: raysan5 Date: Wed, 28 Jul 2021 12:56:54 +0200 Subject: Replace TABS by 4 spaces --- examples/web/models/models_animation.c | 2 +- examples/web/models/models_skybox.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/web/models') 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()) { -- cgit v1.2.3