From 2bbf92ad5ae7708bf18ac7ef333e9a979d8d1bde Mon Sep 17 00:00:00 2001 From: Uneven Prankster Date: Thu, 16 Nov 2023 21:12:27 -0300 Subject: Working so hard like a soldier Can't afford a thing on TV --- raylib/examples/models/models_animation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'raylib/examples/models/models_animation.c') diff --git a/raylib/examples/models/models_animation.c b/raylib/examples/models/models_animation.c index ffe2d01..8e6f7f8 100644 --- a/raylib/examples/models/models_animation.c +++ b/raylib/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; -- cgit v1.2.3