summaryrefslogtreecommitdiffhomepage
path: root/examples/web/models
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2021-07-28 12:56:54 +0200
committerraysan5 <[email protected]>2021-07-28 12:56:54 +0200
commit5ccec1e542b3a1d52ecb5c409c003396cf75b59e (patch)
treefa2948d236973d6c433e77959aa7eae46fd9c310 /examples/web/models
parent2cde0cc2123fa33418042c89f47bf7e3853174d4 (diff)
downloadraylib.com-5ccec1e542b3a1d52ecb5c409c003396cf75b59e.tar.gz
raylib.com-5ccec1e542b3a1d52ecb5c409c003396cf75b59e.zip
Replace TABS by 4 spaces
Diffstat (limited to 'examples/web/models')
-rw-r--r--examples/web/models/models_animation.c2
-rw-r--r--examples/web/models/models_skybox.c2
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())
{