mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
More test steps.
This commit is contained in:
@ -72,9 +72,7 @@ namespace osu.Game.Screens.Multi.Components
|
||||
get { return matchingFilter; }
|
||||
set
|
||||
{
|
||||
if (value == matchingFilter) return;
|
||||
matchingFilter = value;
|
||||
|
||||
this.FadeTo(MatchingFilter ? 1 : 0, 200);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user