From 5e1ce71f3ead146be9ecc883a22d2fbfcacb1c92 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Fri, 17 Nov 2017 15:28:02 +0100 Subject: [PATCH] Update: CC - Before Render - Moorcow (080g209iov.js) 8 bytes modified --- 080g209iov.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/080g209iov.js b/080g209iov.js index 43394ec..246019f 100644 --- a/080g209iov.js +++ b/080g209iov.js @@ -494,8 +494,8 @@ if (this.mouseIsDown) { // this.fog.updateInstance('color'); this.throwerLight.intensity -= 0.05; - if (this.throwerLight.intensity < 0) { - this.throwerLight.intensity = 0; + if (this.throwerLight.intensity < -0.05) { + this.throwerLight.intensity = -0.05; } this.throwerLight.updateInstance('instensity'); }