소스 검색

Merge pull request #5128 from sebavan/master

Add missing comment
sebavan 7 년 전
부모
커밋
2e19207b16
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/Animations/babylon.easing.ts

+ 1 - 0
src/Animations/babylon.easing.ts

@@ -49,6 +49,7 @@
         }
         /**
          * Gets the current easing mode.
+         * @returns the easing mode
          */
         public getEasingMode(): number {
             return this._easingMode;