소스 검색

Update babylon.skeleton.ts

ssatguru 9 년 전
부모
커밋
648a601036
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Bones/babylon.skeleton.ts

+ 1 - 1
src/Bones/babylon.skeleton.ts

@@ -84,7 +84,7 @@
         }
         
         /**
-         *  Returns as an Array, all AnimationRanges defined for this skeleton
+         *  Returns as an Array, all AnimationRanges defined on this skeleton
          */
         public getAnimationRanges(): AnimationRange[] {
             var animationRanges :  AnimationRange[] = [];