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

beta.r3js.org
-=yb4f310 2017-10-31 14:05:43 +01:00
parent b7193afa3e
commit 4b981b5c43
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,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;
}
}
);