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

beta.r3js.org
-=yb4f310 2017-11-17 15:28:02 +01:00
parent 56ecaa2a01
commit 5e1ce71f3e
1 changed files with 2 additions and 2 deletions

View File

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