mirror of https://github.com/ppy/osu
Fix local echo messages remaining permanently dimmed when chatting via multiplayer
This commit is contained in:
parent
a81f4a1ed3
commit
fca6b15d2f
|
@ -190,13 +190,13 @@ private void load(OsuColour colours)
|
|||
}
|
||||
}
|
||||
};
|
||||
|
||||
updateMessageContent();
|
||||
}
|
||||
|
||||
protected override void LoadComplete()
|
||||
{
|
||||
base.LoadComplete();
|
||||
|
||||
updateMessageContent();
|
||||
FinishTransforms(true);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue