Update: CC - Before Render - Moorcow (080g209iov.js) 2 bytes modified

beta.r3js.org
-=yb4f310 2017-11-17 14:53:35 +01:00
parent 28755a431f
commit 29af1435ae
1 changed files with 2 additions and 2 deletions

View File

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