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

beta.r3js.org
-=yb4f310 2017-11-18 12:03:25 +01:00
parent 91393cfd7a
commit e55e49c6d4
1 changed files with 2 additions and 2 deletions

View File

@ -573,8 +573,8 @@ if (this.mouseIsDown) {
// this.fog.updateInstance('color');
this.throwerLight.intensity -= 0.05;
if (this.throwerLight.intensity < -0.05) {
this.throwerLight.intensity = -0.05;
if (this.throwerLight.intensity < 0) {
this.throwerLight.intensity = 0;
}
this.throwerLight.updateInstance('instensity');
}