mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-12-05 23:53:28 +00:00
oob keydown change
This commit is contained in:
parent
0b77ef4f79
commit
3c14d1b029
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue