From 14a682f96c35ff795a876c5333beda663ac0237d Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Tue, 31 Oct 2017 15:06:46 +0100 Subject: [PATCH] Update: Custom Code - BK Flame - Before Render (dywmtohrda.js) 1 bytes modified --- dywmtohrda.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dywmtohrda.js b/dywmtohrda.js index 1314627..3c49e18 100644 --- a/dywmtohrda.js +++ b/dywmtohrda.js @@ -154,7 +154,7 @@ if (this.spawningBullets === true) { var start = new THREE.Vector3(0,0,0.5); start.unproject(this.camera.instance); - var end = direction.multiplyScalar(-1000); + var end = direction.multiplyScalar(1000); console.log('start: ', start); console.log('end: ', end);