removed extra update command (#4401)

This commit is contained in:
Anthony Carbajal 2024-10-20 18:03:01 -05:00 committed by GitHub
parent 51ff6586f4
commit 680238689b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -81,7 +81,6 @@ int main(void)
// Update model animation
ModelAnimation anim = modelAnimations[animIndex];
animCurrentFrame = (animCurrentFrame + 1)%anim.frameCount;
UpdateModelAnimationBoneMatrices(characterModel, anim, animCurrentFrame);
//----------------------------------------------------------------------------------
// Draw