diff --git a/7p8dxknb7m.js b/7p8dxknb7m.js index 3a26015..5f05955 100644 --- a/7p8dxknb7m.js +++ b/7p8dxknb7m.js @@ -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;