ソースを参照

Merge pull request #1115 from nockawa/master

Fix DynamicFloatArray compilation issue
David Catuhe 9 年 前
コミット
49840f06b1
1 ファイル変更1 行追加2 行削除
  1. 1 2
      src/Tools/babylon.dynamicFloatArray.ts

+ 1 - 2
src/Tools/babylon.dynamicFloatArray.ts

@@ -197,7 +197,6 @@
             }
 
             this.buffer = newBuffer;
-            this.totalElementCount = newElCount;
         }
 
         /**
@@ -244,4 +243,4 @@
         private _lastUsed: number;
         private _firstFree: number;
     }
-}
+}