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

beta.r3js.org
-=yb4f310 2017-10-31 14:11:47 +01:00
parent 89299de726
commit 11ee9ddb32
1 changed files with 1 additions and 1 deletions

View File

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