mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +00:00
Fix so loading overlay actually appears
This commit is contained in:
@@ -597,11 +597,11 @@ public enum CMatchUI implements ICDoc, IMenuProvider, IMatchController {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void startNewMatch(final Match match) {
|
public void startNewMatch(final Match match) {
|
||||||
FThreads.invokeInEdtLater(GuiBase.getInterface(), new Runnable(){
|
SOverlayUtils.startGameOverlay();
|
||||||
|
SOverlayUtils.showOverlay();
|
||||||
|
FThreads.invokeInEdtLater(GuiBase.getInterface(), new Runnable() {
|
||||||
@Override
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
SOverlayUtils.startGameOverlay();
|
|
||||||
SOverlayUtils.showOverlay();
|
|
||||||
MatchUtil.startGame(match);
|
MatchUtil.startGame(match);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user