From 219ee697ad35cf6f5803f3837074e7683f72fdc5 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Sun, 26 Nov 2017 23:41:35 +0100 Subject: [PATCH] Update: CC - Before Render - Moorcow (zo950m57cc.js) 69 bytes modified --- zo950m57cc.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zo950m57cc.js b/zo950m57cc.js index ac0ced4..5f0a13e 100644 --- a/zo950m57cc.js +++ b/zo950m57cc.js @@ -786,6 +786,7 @@ mesh.burnLife -= 0.1 * data.delta; if (mesh.burnLife < 0) { mesh.burnLife = 0; + this.burn(mesh); } mesh.instance.material.color.setRGB( @@ -805,7 +806,7 @@ 0 ); } - + if (mesh.explodeLife <= 0) { this.explode(mesh); }