From eb96b705031445cdb9e65dcc6ebe15c1059d694d Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Tue, 14 Nov 2017 09:34:59 +0100 Subject: [PATCH] Update: CC - Before Render - Moorcow (72d6a2a3kc.js) 99 bytes modified --- 72d6a2a3kc.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/72d6a2a3kc.js b/72d6a2a3kc.js index af6a7b7..e6a9299 100644 --- a/72d6a2a3kc.js +++ b/72d6a2a3kc.js @@ -220,6 +220,7 @@ if (this.mouseIsDown) { material.color.sub(this.toBlack); if (material.color.r <= 0) { material.emissive.add(this.toRed); + material.emissive.add(this.toRed); } } ); @@ -228,6 +229,7 @@ if (this.mouseIsDown) { if (mesh.instance.material.color.r <= 0) { if (mesh.instance.material.emissive) { mesh.instance.material.emissive.add(this.toRed); + mesh.instance.material.emissive.add(this.toRed); } } }