oob keydown change

This commit is contained in:
RandomityGuy 2021-07-15 22:32:46 +05:30
parent 0b77ef4f79
commit 3c14d1b029

View file

@ -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;