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

beta.r3js.org
-=yb4f310 2017-11-26 23:54:18 +01:00
parent a05098e34a
commit dbe658ab4c
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 * 3;
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 * 3;
if (mesh.explodeLife < 0) { if (mesh.explodeLife < 0) {
mesh.explodeLife = 0; mesh.explodeLife = 0;
} }