From 5a679a3639d4b63b23bed5a6a7cad40972060474 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Tue, 31 Oct 2017 13:49:35 +0100 Subject: [PATCH] Update: Custom Code - BK Flame - Before Render (dywmtohrda.js) 34 bytes modified --- dywmtohrda.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dywmtohrda.js b/dywmtohrda.js index 3bf07b4..c6ff95e 100644 --- a/dywmtohrda.js +++ b/dywmtohrda.js @@ -160,8 +160,8 @@ if (this.spawningBullets === true) { var geometry = new THREE.Geometry(); geometry.vertices.push( - direction.addScalar(200), - direction.subScalar(200) + position, + lookAt ); var line = new THREE.Line( geometry, material );