Skip to content

Commit

Permalink
removed extra update command (#4401)
Browse files Browse the repository at this point in the history
  • Loading branch information
CrackedPixel authored Oct 20, 2024
1 parent 51ff658 commit 6802386
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/models/models_gpu_skinning.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ int main(void)
// Update model animation
ModelAnimation anim = modelAnimations[animIndex];
animCurrentFrame = (animCurrentFrame + 1)%anim.frameCount;
UpdateModelAnimationBoneMatrices(characterModel, anim, animCurrentFrame);
//----------------------------------------------------------------------------------

// Draw
Expand Down

0 comments on commit 6802386

Please sign in to comment.