Don't quit to menu when pressing H key while not recording

This commit is contained in:
Terry Hearst 2023-02-04 18:46:03 -05:00
parent 00bc3e17fb
commit 749565a3b9

View file

@ -915,11 +915,6 @@ class MarbleWorld extends Scheduler {
return;
}
if (Key.isDown(Key.H)) {
this.isWatching = true;
this.restart();
}
this.updateTexts();
}