소스 검색

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;
     }
-}
+}