Merge branch 'master' into tourney-switching-ui

This commit is contained in:
Shivam
2021-01-10 17:33:52 +01:00
112 changed files with 1836 additions and 1059 deletions

View File

@ -151,11 +151,11 @@ namespace osu.Game
updateBlockingOverlayFade();
}
public void RemoveBlockingOverlay(OverlayContainer overlay)
public void RemoveBlockingOverlay(OverlayContainer overlay) => Schedule(() =>
{
visibleBlockingOverlays.Remove(overlay);
updateBlockingOverlayFade();
}
});
/// <summary>
/// Close all game-wide overlays.