浏览代码

Update babylon.solidParticleSystem.ts

Jérôme Bousquié 9 年之前
父节点
当前提交
cbfbee03fd
共有 1 个文件被更改,包括 0 次插入1 次删除
  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;