diff --git a/src/scene.js b/src/scene.js index cc13a3e..a029c2e 100644 --- a/src/scene.js +++ b/src/scene.js @@ -171,12 +171,6 @@ class Scene extends Screen { let height = this.height() * (1 - this.currentMaxHeight - this.player.size / 2); - this.context.strokeStyle = 'rgb(255, 255, 255)'; - this.context.beginPath(); - this.context.moveTo(0, height); - this.context.lineTo(this.width(), height); - this.context.stroke(); - this.context.save(); this.context.translate(0, height);