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

beta.r3js.org
-=yb4f310 2017-11-15 21:17:19 +01:00
parent 3410c9acc9
commit 7cd35bc29a
1 changed files with 1 additions and 0 deletions

View File

@ -235,6 +235,7 @@ if (GameLib.Utils.UndefinedOrNull(this.initialized)) {
var burningTreeParticleEngine = this.burningTreeParticleEngine.clone();
burningTreeParticleEngine.position = mesh.position.clone();
burningTreeParticleEngine.position.y += mesh.dimensions.y;
burningTreeParticleEngine.updateInstance('position');
burningTreeParticleEngine.enabled = true;
mesh.burningTreeParticleEngine = burningTreeParticleEngine;