浏览代码

Fixed missing comment

David Catuhe 7 年之前
父节点
当前提交
efbff10ee5

文件差异内容过多而无法显示
+ 11039 - 11036
Playground/babylon.d.txt


文件差异内容过多而无法显示
+ 6431 - 6431
dist/preview release/babylon.d.ts


文件差异内容过多而无法显示
+ 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 {