Update: CC - Mouse Move - Moorcow (8a0m30eevi.js) 3 bytes modified

beta.r3js.org
-=yb4f310 2017-11-14 09:03:30 +01:00
parent c42508abfd
commit ea7b08eb7e
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ if (!this.initialized) {
this.cursor = this.entityLoaded.cursor;
this.thrower = this.entityLoaded.thrower;
this.throwerParticleEngine = this.entityLoaded.throwerParticleEngine;
this.toBlack = new THREE.Color(0.01, 0.01, 0.01);
this.toBlack = new THREE.Color(0.1, 0.1, 0.1);
this.initialized = true;
}