From 040b945fefc341a8f17ab34cdc8fa2a8be6fac96 Mon Sep 17 00:00:00 2001 From: Ray Date: Wed, 8 Nov 2023 20:09:32 +0100 Subject: Reviewed some examples and warnings --- examples/models/models_loading_gltf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/models/models_loading_gltf.c') diff --git a/examples/models/models_loading_gltf.c b/examples/models/models_loading_gltf.c index 28847316..1d5d516f 100644 --- a/examples/models/models_loading_gltf.c +++ b/examples/models/models_loading_gltf.c @@ -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); -- cgit v1.2.3