We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51ff658 commit 6802386Copy full SHA for 6802386
examples/models/models_gpu_skinning.c
@@ -81,7 +81,6 @@ int main(void)
81
// Update model animation
82
ModelAnimation anim = modelAnimations[animIndex];
83
animCurrentFrame = (animCurrentFrame + 1)%anim.frameCount;
84
- UpdateModelAnimationBoneMatrices(characterModel, anim, animCurrentFrame);
85
//----------------------------------------------------------------------------------
86
87
// Draw
0 commit comments