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

beta.r3js.org
-=yb4f310 2017-11-26 23:46:26 +01:00
parent 717216e9ff
commit e5222924a4
1 changed files with 2 additions and 2 deletions

View File

@ -783,7 +783,7 @@
if (material.name.indexOf('Trees') === -1) { if (material.name.indexOf('Trees') === -1) {
mesh.burnLife -= data.delta; mesh.burnLife -= data.delta * 2;
if (mesh.burnLife < 0) { if (mesh.burnLife < 0) {
mesh.burnLife = 0; mesh.burnLife = 0;
this.burn(mesh); this.burn(mesh);
@ -796,7 +796,7 @@
); );
if (mesh.burnLife <= 0) { if (mesh.burnLife <= 0) {
mesh.explodeLife -= data.delta; mesh.explodeLife -= data.delta * 2;
if (mesh.explodeLife < 0) { if (mesh.explodeLife < 0) {
mesh.explodeLife = 0; mesh.explodeLife = 0;
} }