More test steps.

This commit is contained in:
DrabWeb
2018-05-22 01:22:23 -03:00
parent 6aac4269e6
commit 662559d3c9
3 changed files with 80 additions and 28 deletions

View File

@ -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);
}
}