This commit is contained in:
DrabWeb
2017-05-26 03:38:52 -03:00
parent fb0b54e66a
commit d29ebb139f
3 changed files with 6 additions and 6 deletions

View File

@ -29,10 +29,10 @@ namespace osu.Game.Overlays.Chat
private Color4? topicColour;
public string[] FilterTerms => new[] { Channel.Name };
public bool MatchingCurrentFilter
{
public bool MatchingCurrentFilter
{
set
{
{
FadeTo(value ? 1f : 0f, 100);
}
}