فهرست منبع

Add missing return comment

Gary Hsu 7 سال پیش
والد
کامیت
f7cf5a2d8c
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      src/Mesh/babylon.buffer.ts

+ 1 - 0
src/Mesh/babylon.buffer.ts

@@ -76,6 +76,7 @@
          * Gets the stride in float32 units (i.e. byte stride / 4).
          * Gets the stride in float32 units (i.e. byte stride / 4).
          * May not be an integer if the byte stride is not divisible by 4.
          * May not be an integer if the byte stride is not divisible by 4.
          * DEPRECATED. Use byteStride instead.
          * DEPRECATED. Use byteStride instead.
+         * @returns the stride in float32 units
          */
          */
         public getStrideSize(): number {
         public getStrideSize(): number {
             return this.byteStride / 4;
             return this.byteStride / 4;