From d3b2f94e89000d6fd2dba3ed1f764c6d7baa0e5d Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Thu, 2 Nov 2017 12:08:42 +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 4cacf4a..07c7c6a 100644 --- a/dywmtohrda.js +++ b/dywmtohrda.js @@ -160,7 +160,7 @@ if (this.spawningBullets === true) { var direction = lookAt.sub(position).normalize(); - var start = new THREE.Vector3(0,0,0.5); + var start = new THREE.Vector3(0.5,0,0.5); start.unproject(this.camera.instance); var end = direction.clone().multiplyScalar(1000);