mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-10-30 08:11:25 +00:00
Don't quit to menu when pressing H key while not recording
This commit is contained in:
parent
00bc3e17fb
commit
749565a3b9
1 changed files with 0 additions and 5 deletions
|
|
@ -915,11 +915,6 @@ class MarbleWorld extends Scheduler {
|
|||
return;
|
||||
}
|
||||
|
||||
if (Key.isDown(Key.H)) {
|
||||
this.isWatching = true;
|
||||
this.restart();
|
||||
}
|
||||
|
||||
this.updateTexts();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue