Sfoglia il codice sorgente

Update babylon.skeleton.ts

ssatguru 9 anni fa
parent
commit
648a601036
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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[] = [];