diff --git a/7p8dxknb7m.js b/7p8dxknb7m.js index 5f05955..cce5f1e 100644 --- a/7p8dxknb7m.js +++ b/7p8dxknb7m.js @@ -226,12 +226,12 @@ if (GameLib.Utils.UndefinedOrNull(this.initialized)) { } else { mesh.burning = true; - var smokeParticleEngine = this.smokeParticleEngine.clone(); - smokeParticleEngine.position = mesh.position.clone(); - smokeParticleEngine.updateInstance('position'); - smokeParticleEngine.enabled = true; + // var smokeParticleEngine = this.smokeParticleEngine.clone(); + // smokeParticleEngine.position = mesh.position.clone(); + // smokeParticleEngine.updateInstance('position'); + // smokeParticleEngine.enabled = true; - mesh.smokeParticleEngine = smokeParticleEngine; + // mesh.smokeParticleEngine = smokeParticleEngine; var burningTreeParticleEngine = this.burningTreeParticleEngine.clone(); burningTreeParticleEngine.position = mesh.position.clone();