mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 09:47:52 +08:00
Remove unnecessary precondition
This commit is contained in:
parent
5d1eacf1c1
commit
7583279e08
@ -142,7 +142,6 @@ namespace osu.Game
|
||||
|
||||
public void RemoveBlockingOverlay(OverlayContainer overlay)
|
||||
{
|
||||
if (visibleBlockingOverlays.Contains(overlay))
|
||||
visibleBlockingOverlays.Remove(overlay);
|
||||
updateBlockingOverlayFade();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user