From 11ee9ddb32d75ecd58393c20b439ff673318e9c2 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Tue, 31 Oct 2017 14:11:47 +0100 Subject: [PATCH] Update: Custom Code - BK Flame - Before Render (dywmtohrda.js) 2 bytes modified --- dywmtohrda.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dywmtohrda.js b/dywmtohrda.js index 83cc473..e2f7a3f 100644 --- a/dywmtohrda.js +++ b/dywmtohrda.js @@ -198,7 +198,7 @@ if (this.spawningBullets === true) { this.scene.instance.children.map( function(child) { if (child instanceof THREE.Line) { - // child.position.y -= 0.01; + child.position.y -= 0.01; } } );