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

beta.r3js.org
-=yb4f310 2017-11-17 14:54:47 +01:00
parent 97d275831c
commit d87bc81e9e
1 changed files with 2 additions and 2 deletions

View File

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