Update: CC - Before Render - Moorcow (to6trvr3fj.js) 4 bytes modified

beta.r3js.org
-=yb4f310 2017-11-16 00:27:09 +01:00
parent cacd46527a
commit 8e842942d9
1 changed files with 1 additions and 1 deletions

View File

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