소스 검색

Fixed missing comment

David Catuhe 7 년 전
부모
커밋
efbff10ee5
4개의 변경된 파일17966개의 추가작업 그리고 17963개의 파일을 삭제
  1. 11039 11036
      Playground/babylon.d.txt
  2. 6431 6431
      dist/preview release/babylon.d.ts
  3. 495 495
      dist/preview release/customConfigurations/minimalGLTFViewer/babylon.d.ts
  4. 1 1
      src/Animations/babylon.animationGroup.ts

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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 {