Reviewed some examples and warnings

This commit is contained in:
Ray
2023-11-08 20:09:32 +01:00
parent bee6d7f065
commit 040b945fef
9 changed files with 76 additions and 106 deletions

View File

@@ -44,7 +44,7 @@ int main(void)
Model model = LoadModel("resources/models/gltf/robot.glb");
// Load gltf model animations
unsigned int animsCount = 0;
int animsCount = 0;
unsigned int animIndex = 0;
unsigned int animCurrentFrame = 0;
ModelAnimation *modelAnimations = LoadModelAnimations("resources/models/gltf/robot.glb", &animsCount);