Преглед изворни кода

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;