summaryrefslogtreecommitdiffhomepage
path: root/examples/models/models_animation.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/models/models_animation.c')
-rw-r--r--examples/models/models_animation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/models/models_animation.c b/examples/models/models_animation.c
index ffe2d012..8e6f7f87 100644
--- a/examples/models/models_animation.c
+++ b/examples/models/models_animation.c
@@ -48,7 +48,7 @@ int main(void)
Vector3 position = { 0.0f, 0.0f, 0.0f }; // Set model position
// Load animation data
- unsigned int animsCount = 0;
+ int animsCount = 0;
ModelAnimation *anims = LoadModelAnimations("resources/models/iqm/guyanim.iqm", &animsCount);
int animFrameCounter = 0;