1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-15 14:42:56 +08:00

IsLoaded check no longer required

This commit is contained in:
Jamie Taylor 2021-09-29 21:05:46 +09:00
parent 4d91204faf
commit f55c4ac640
No known key found for this signature in database
GPG Key ID: 2ACFA8B6370B8C8C

View File

@ -89,8 +89,7 @@ namespace osu.Game.Overlays
{
base.PopOut();
if (IsLoaded)
filter.Disable();
filter.Disable();
if (CurrentDialog?.State.Value == Visibility.Visible)
{