diff --git a/m4c2psc19l.js b/m4c2psc19l.js index 078829a..d150d96 100644 --- a/m4c2psc19l.js +++ b/m4c2psc19l.js @@ -71,11 +71,12 @@ this.mouseMove.throwerParticleEngine = this.throwerParticleEngine; * Link some objects for MouseDown component */ this.mouseDown.throwerParticleEngine = this.throwerParticleEngine; - +this.mouseDown.beforeRender = this.beforeRender; /** * Link some objects for MouseUp component */ this.mouseUp.throwerParticleEngine = this.throwerParticleEngine; +this.mouseUp.beforeRender = this.beforeRender; GameLib.Event.Emit(GameLib.Event.MOUSE_UP);