Update: CC - Before Render - Moorcow (7p8dxknb7m.js) 10 bytes modified

beta.r3js.org
-=yb4f310 2017-11-15 21:40:59 +01:00
parent 7cd35bc29a
commit d021cf8e6a
1 changed files with 5 additions and 5 deletions

View File

@ -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();