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