Update: CC - Entity Loaded - Moorcow (m4c2psc19l.js) 95 bytes modified

beta.r3js.org
-=yb4f310 2017-11-14 08:06:22 +01:00
parent 2f700b83c6
commit 7901982977
1 changed files with 2 additions and 1 deletions

View File

@ -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);