Browse Source

Fixed unecesary property assignement

Loïc Baumann 9 years ago
parent
commit
57f4521866
1 changed files with 1 additions and 2 deletions
  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;
     }
-}
+}