Przeglądaj źródła

Update babylon.skeleton.ts

ssatguru 9 lat temu
rodzic
commit
648a601036
1 zmienionych plików z 1 dodań i 1 usunięć
  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[] = [];