Browse Source

Completion of Geometry disposal detection

jeff Palmer 10 years ago
parent
commit
9f6610e118
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Babylon/Mesh/babylon.geometry.ts

+ 1 - 1
Babylon/Mesh/babylon.geometry.ts

@@ -12,7 +12,7 @@
         private _totalVertices = 0;
         private _indices = [];
         private _vertexBuffers;
-        public _isDisposed = false;
+        private _isDisposed = false;
         public _delayInfo; //ANY
         private _indexBuffer;
         public _boundingInfo: BoundingInfo;