diff --git a/dywmtohrda.js b/dywmtohrda.js index d2a057a..11a2e1a 100644 --- a/dywmtohrda.js +++ b/dywmtohrda.js @@ -179,7 +179,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; } } );