mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-12-30 03:42:17 +00:00
Don't pause when hitting restart button from EndGameGui on js
This commit is contained in:
parent
2639afd515
commit
1064e9d272
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