diff options
Diffstat (limited to 'examples/models/models_loading_m3d.c')
| -rw-r--r-- | examples/models/models_loading_m3d.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/models/models_loading_m3d.c b/examples/models/models_loading_m3d.c index dd164957..71dbc8d7 100644 --- a/examples/models/models_loading_m3d.c +++ b/examples/models/models_loading_m3d.c @@ -50,7 +50,7 @@ int main(void) Model model = LoadModel(modelFileName); // Load the bind-pose model mesh and basic data // Load animations - unsigned int animsCount = 0; + int animsCount = 0; int animFrameCounter = 0, animId = 0; ModelAnimation *anims = LoadModelAnimations(modelFileName, &animsCount); // Load skeletal animation data |
