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'); }