mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2026-05-10 11:31:39 +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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (Key.isDown(Key.H)) {
|
|
||||||
this.isWatching = true;
|
|
||||||
this.restart();
|
|
||||||
}
|
|
||||||
|
|
||||||
this.updateTexts();
|
this.updateTexts();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue