From 313797635104c026168d6d1e3c19352fb7c18e10 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Tue, 31 Oct 2017 14:07:05 +0100 Subject: [PATCH] Update: Custom Code - BK Flame - Before Render (dywmtohrda.js) 12 bytes modified --- dywmtohrda.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dywmtohrda.js b/dywmtohrda.js index 1450277..f2f2bd7 100644 --- a/dywmtohrda.js +++ b/dywmtohrda.js @@ -179,11 +179,11 @@ if (this.spawningBullets === true) { var line = new THREE.Line( geometry, material ); - line.position.set( - this.camera.position.x, - this.camera.position.y, - this.camera.position.z - ) + // line.position.set( + // this.camera.position.x, + // this.camera.position.y, + // this.camera.position.z + // ) this.scene.instance.add( line ); @@ -200,7 +200,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; } } );