diff --git a/src/MarbleWorld.hx b/src/MarbleWorld.hx index 607b27f0..8aaa8478 100644 --- a/src/MarbleWorld.hx +++ b/src/MarbleWorld.hx @@ -724,7 +724,7 @@ class MarbleWorld extends Scheduler { this.playGui.update(timeState); AudioManager.update(this.scene); - if (this.outOfBounds && this.finishTime == null && Key.isPressed(Settings.controlsSettings.powerup)) { + if (this.outOfBounds && this.finishTime == null && Key.isDown(Settings.controlsSettings.powerup)) { this.clearSchedule(); this.restart(); return;