mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-10-30 08:11:25 +00:00
Merge pull request #14 from thearst3rd/mbg-restart-improvement
MBG - Don't pause when hitting restart button from EndGameGui on js
This commit is contained in:
commit
21283ce850
1 changed files with 0 additions and 1 deletions
|
|
@ -1283,7 +1283,6 @@ class MarbleWorld extends Scheduler {
|
||||||
this.saveReplay();
|
this.saveReplay();
|
||||||
this.isRecording = true;
|
this.isRecording = true;
|
||||||
}
|
}
|
||||||
this.setCursorLock(true);
|
|
||||||
this.restart();
|
this.restart();
|
||||||
#if js
|
#if js
|
||||||
pointercontainer.hidden = true;
|
pointercontainer.hidden = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue