mirror of
https://github.com/raysan5/raylib.git
synced 2025-11-14 22:38:48 +00:00
Reviewed some examples and warnings
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user