소스 검색

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 키 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
ModelAnimation anim = modelAnimations[animIndex];
animCurrentFrame = (animCurrentFrame + 1)%anim.frameCount;
UpdateModelAnimationBoneMatrices(characterModel, anim, animCurrentFrame);
//----------------------------------------------------------------------------------
// Draw

불러오는 중...
취소
저장