From d87bc81e9e0072caa20690f461f9d141cb059c94 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Fri, 17 Nov 2017 14:54:47 +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 1018923..e5c0faf 100644 --- a/080g209iov.js +++ b/080g209iov.js @@ -379,8 +379,8 @@ if (this.mouseIsDown) { this.renderer.updateInstance('clearColor'); this.throwerLight.intensity += 0.05; - if (this.throwerLight.instensity > 2) { - this.throwerLight.instensity = 2; + if (this.throwerLight.intensity > 2) { + this.throwerLight.intensity = 2; } this.throwerLight.updateInstance('instensity');