Don't pause when hitting restart button from EndGameGui on js

This commit is contained in:
Terry Hearst 2023-02-14 00:42:54 -05:00
parent 2639afd515
commit 1064e9d272

View file

@ -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;