Ver código fonte

Fixed missing comment

David Catuhe 7 anos atrás
pai
commit
efbff10ee5

Diferenças do arquivo suprimidas por serem muito extensas
+ 11039 - 11036
Playground/babylon.d.txt


Diferenças do arquivo suprimidas por serem muito extensas
+ 6431 - 6431
dist/preview release/babylon.d.ts


Diferenças do arquivo suprimidas por serem muito extensas
+ 495 - 495
dist/preview release/customConfigurations/minimalGLTFViewer/babylon.d.ts


+ 1 - 1
src/Animations/babylon.animationGroup.ts

@@ -145,7 +145,7 @@ module BABYLON {
          * @param loop defines if animations must loop
          * @param speedRatio defines the ratio to apply to animation speed (1 by default)
          * @param from defines the from key (optional)
-         * @param from defines the to key (optional)
+         * @param to defines the to key (optional)
          * @returns the current animation group
          */
         public start(loop = false, speedRatio = 1, from?: number, to?: number): AnimationGroup {