Skip to content

Commit 6802386

Browse files
authored
removed extra update command (#4401)
1 parent 51ff658 commit 6802386

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/models/models_gpu_skinning.c

-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ int main(void)
8181
// Update model animation
8282
ModelAnimation anim = modelAnimations[animIndex];
8383
animCurrentFrame = (animCurrentFrame + 1)%anim.frameCount;
84-
UpdateModelAnimationBoneMatrices(characterModel, anim, animCurrentFrame);
8584
//----------------------------------------------------------------------------------
8685

8786
// Draw

0 commit comments

Comments
 (0)