Преглед изворни кода

removed extra update command (#4401)

pull/4403/head
Anthony Carbajal пре 1 година
committed by GitHub
родитељ
комит
680238689b
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 измењених фајлова са 0 додато и 1 уклоњено
  1. +0
    -1
      examples/models/models_gpu_skinning.c

+ 0
- 1
examples/models/models_gpu_skinning.c Прегледај датотеку

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

Loading…
Откажи
Сачувај