diff --git a/dywmtohrda.js b/dywmtohrda.js index f59c30a..c33996e 100644 --- a/dywmtohrda.js +++ b/dywmtohrda.js @@ -199,7 +199,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; } } );