mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2026-04-28 05:31:37 +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) -> {
|
}, (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