mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-10-30 08:11:25 +00:00
Merge pull request #3 from thearst3rd/mbg-fix-h
MBG - Don't quit to menu when pressing H key while not recording
This commit is contained in:
commit
fbed9848ef
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