From 976bd0f90910d5f4e527b7afdf57a5b2a94572ef Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Tue, 31 Oct 2017 14:03:39 +0100 Subject: [PATCH] Update: Custom Code - BK Flame - Before Render (dywmtohrda.js) 58 bytes modified --- dywmtohrda.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dywmtohrda.js b/dywmtohrda.js index 7de47b9..cd4dda4 100644 --- a/dywmtohrda.js +++ b/dywmtohrda.js @@ -178,6 +178,9 @@ if (this.spawningBullets === true) { ); var line = new THREE.Line( geometry, material ); + + line.position.set(this.camera.position.instance); + this.scene.instance.add( line ); }