mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2026-04-27 21:21:41 +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) -> {
|
}, (sender) -> {
|
||||||
var restartGameCode = () -> {
|
var restartGameCode = () -> {
|
||||||
MarbleGame.canvas.popDialog(egg);
|
MarbleGame.canvas.popDialog(egg);
|
||||||
this.setCursorLock(true);
|
|
||||||
this.restart(true);
|
this.restart(true);
|
||||||
#if js
|
#if js
|
||||||
pointercontainer.hidden = true;
|
pointercontainer.hidden = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue