Browse Source

removed extra update command (#4401)

pull/4403/head
Anthony Carbajal 4 weeks ago
committed by GitHub
parent
commit
680238689b
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      examples/models/models_gpu_skinning.c

+ 0
- 1
examples/models/models_gpu_skinning.c 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

Loading…
Cancel
Save