mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Remove unnecessary precondition
This commit is contained in:
@ -142,8 +142,7 @@ namespace osu.Game
|
||||
|
||||
public void RemoveBlockingOverlay(OverlayContainer overlay)
|
||||
{
|
||||
if (visibleBlockingOverlays.Contains(overlay))
|
||||
visibleBlockingOverlays.Remove(overlay);
|
||||
visibleBlockingOverlays.Remove(overlay);
|
||||
updateBlockingOverlayFade();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user