Quellcode durchsuchen

Update babylon.solidParticleSystem.ts

Jérôme Bousquié vor 9 Jahren
Ursprung
Commit
cbfbee03fd
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  1. 0 1
      src/Particles/babylon.solidParticleSystem.ts

+ 0 - 1
src/Particles/babylon.solidParticleSystem.ts

@@ -91,7 +91,6 @@ module BABYLON {
 
             // free memory
             this._positions = null;
-            this._indices = null;
             this._normals = null;
             this._uvs = null;
             this._colors = null;