From 29af1435aecd655c7486879e352bae007de35707 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Fri, 17 Nov 2017 14:53:35 +0100 Subject: [PATCH] Update: CC - Before Render - Moorcow (080g209iov.js) 2 bytes modified --- 080g209iov.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/080g209iov.js b/080g209iov.js index 8ecbec2..9c9a44a 100644 --- a/080g209iov.js +++ b/080g209iov.js @@ -471,8 +471,8 @@ if (this.mouseIsDown) { // this.fog.updateInstance('color'); this.throwerLight.intensity -= 0.01; - if (this.throwerLight.instensity < 0) { - this.throwerLight.instensity = 0; + if (this.throwerLight.intensity < 0) { + this.throwerLight.intensity = 0; } this.throwerLight.updateInstance('instensity'); }