浏览代码

Fixed unecesary property assignement

Loïc Baumann 9 年之前
父节点
当前提交
57f4521866
共有 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;
     }
-}
+}