diff --git a/to6trvr3fj.js b/to6trvr3fj.js index 9ad9118..8bc9399 100644 --- a/to6trvr3fj.js +++ b/to6trvr3fj.js @@ -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;