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

beta.r3js.org
-=yb4f310 2017-11-19 13:16:31 +01:00
parent e4297d906c
commit d75996df7d
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ if (GameLib.Utils.UndefinedOrNull(this.initialized)) {
this.burningTreeParticleEngine = this.entityLoaded.burningTreeParticleEngine; this.burningTreeParticleEngine = this.entityLoaded.burningTreeParticleEngine;
this.explodeParticleEngine = this.entityLoaded.explodeParticleEngine; this.explodeParticleEngine = this.entityLoaded.explodeParticleEngine;
this.minimumRendererRed = 0; this.minimumRendererRed = 0.1;
this.toBlack = new THREE.Color(0.05, 0.05, 0.05); this.toBlack = new THREE.Color(0.05, 0.05, 0.05);
this.toRed = new THREE.Color(0.02, 0, 0); this.toRed = new THREE.Color(0.02, 0, 0);