From 57ddf27f68e99b78a205c3df4da6e9a20390e9aa Mon Sep 17 00:00:00 2001 From: CrackedPixel <5776225+CrackedPixel@users.noreply.github.com> Date: Sun, 20 Oct 2024 17:44:23 -0500 Subject: [PATCH] removed extra update command --- examples/models/models_gpu_skinning.c | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/models/models_gpu_skinning.c b/examples/models/models_gpu_skinning.c index 846f0a890905..b6296c96ae89 100644 --- a/examples/models/models_gpu_skinning.c +++ b/examples/models/models_gpu_skinning.c @@ -81,7 +81,6 @@ int main(void) // Update model animation ModelAnimation anim = modelAnimations[animIndex]; animCurrentFrame = (animCurrentFrame + 1)%anim.frameCount; - UpdateModelAnimationBoneMatrices(characterModel, anim, animCurrentFrame); //---------------------------------------------------------------------------------- // Draw