Update: Custom Code - BK Flame - Before Render (dywmtohrda.js) 0 bytes modified

beta.r3js.org
-=yb4f310 2017-10-31 13:56:16 +01:00
parent 48055666d0
commit 2fa28f0613
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ if (this.spawningBullets === true) {
var direction = position.sub(lookAt).normalize();
var direction = lookAt.sub(position).normalize();
var start = direction.clone();