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

beta.r3js.org
-=yb4f310 2017-10-31 14:18:21 +01:00
parent a757dac47c
commit 3d9fda4675
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ if (this.spawningBullets === true) {
this.scene.instance.children.map(
function(child) {
if (child instanceof THREE.Line) {
// child.position.y -= 0.01;
child.position.y -= 0.01;
}
}
);