Update: CC - Before Render - Moorcow (72d6a2a3kc.js) 2 bytes modified

beta.r3js.org
-=yb4f310 2017-11-14 08:54:47 +01:00
parent 6bc3dadae1
commit e20cf3c7f3
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ if (GameLib.Utils.UndefinedOrNull(this.initialized)) {
this.totalTime += data.delta;
this.spawnTime += data.delta;
if (this.mouseDown) {
if (this.mouseIsDown) {
this.renderer.clearColor.r += 0.01;
if (this.renderer.clearColor.r > 1) {
this.renderer.clearColor.r = 1;