From 1fd0749711fdeae1c996f728c1a52d3b3d9561c8 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Tue, 14 Nov 2017 08:12:07 +0100 Subject: [PATCH] Update: CC - Entity Loaded - Moorcow (m4c2psc19l.js) 40 bytes modified --- m4c2psc19l.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/m4c2psc19l.js b/m4c2psc19l.js index d150d96..029baf3 100644 --- a/m4c2psc19l.js +++ b/m4c2psc19l.js @@ -41,7 +41,7 @@ this.scene = GameLib.EntityManager.Instance.findComponentById('f5d6aj9iiv'); this.cursor = GameLib.EntityManager.Instance.findComponentById('ykfzwmaw9j'); this.thrower = GameLib.EntityManager.Instance.findComponentById('x4rhvbj8cn'); -this.thrower = GameLib.EntityManager.Instance.findComponentById('15rh0z60fi'); +this.renderer = GameLib.EntityManager.Instance.findComponentById('15rh0z60fi'); this.throwerParticleEngine = GameLib.EntityManager.Instance.findComponentById('0k1sgxm2vq'); @@ -77,6 +77,7 @@ this.mouseDown.beforeRender = this.beforeRender; */ this.mouseUp.throwerParticleEngine = this.throwerParticleEngine; this.mouseUp.beforeRender = this.beforeRender; +this.mouseUp.renderer = this.renderer; GameLib.Event.Emit(GameLib.Event.MOUSE_UP);