Explorar o código

Fixed unecesary property assignement

Loïc Baumann %!s(int64=9) %!d(string=hai) anos
pai
achega
57f4521866
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  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;
     }
-}
+}