From 297b329675ffd028d648cd25d862e964545d277a Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Tue, 7 Nov 2017 00:10:58 +0100 Subject: [PATCH] Update: CC - Before Render - Moorcow (9l6o7974qx.js) 89 bytes modified --- 9l6o7974qx.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/9l6o7974qx.js b/9l6o7974qx.js index e2f0de5..992bb05 100644 --- a/9l6o7974qx.js +++ b/9l6o7974qx.js @@ -40,7 +40,13 @@ if ( apiBox.materials = [this.boxMaterial]; - var box = GameLib.EntityManager.Instance.findComponentById('3upawmhh8j').clone(); + var cow = GameLib.EntityManager.Instance.findComponentById('3upawmhh8j'); + + cow.instance.visible = false; + + var box = cow.clone(); + + box.instance.visible = true; var velocity = null;