Explorar el Código

Fixed unecesary property assignement

Loïc Baumann hace 9 años
padre
commit
57f4521866
Se han modificado 1 ficheros con 1 adiciones y 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;
     }
-}
+}