Merge branch 'master' into UserDimLogic

This commit is contained in:
David Zhao
2019-02-20 17:30:34 +09:00
committed by GitHub
60 changed files with 1117 additions and 983 deletions

View File

@ -27,7 +27,7 @@ namespace osu.Game.Graphics.UserInterface
});
}
public IEnumerable<string> FilterTerms => new[] { Text };
public virtual IEnumerable<string> FilterTerms => new[] { Text };
public bool MatchingFilter
{