Explorar el Código

Update babylon.solidParticleSystem.ts

Jérôme Bousquié hace 9 años
padre
commit
cbfbee03fd
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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;