mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2026-02-18 20:21:17 +00:00
Merge pull request #13 from thearst3rd/mbp-restart-improvement
MBP - Don't pause when hitting restart button from EndGameGui on js
This commit is contained in:
commit
81708632cc
1 changed files with 0 additions and 1 deletions
|
|
@ -1701,7 +1701,6 @@ class MarbleWorld extends Scheduler {
|
|||
}, (sender) -> {
|
||||
var restartGameCode = () -> {
|
||||
MarbleGame.canvas.popDialog(egg);
|
||||
this.setCursorLock(true);
|
||||
this.restart(true);
|
||||
#if js
|
||||
pointercontainer.hidden = true;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue