mirror of
https://github.com/ppy/osu.git
synced 2026-05-16 15:03:37 +08:00
Fix local echo messages remaining permanently dimmed when chatting via multiplayer
This commit is contained in:
@@ -190,13 +190,13 @@ namespace osu.Game.Overlays.Chat
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
updateMessageContent();
|
||||
}
|
||||
|
||||
protected override void LoadComplete()
|
||||
{
|
||||
base.LoadComplete();
|
||||
|
||||
updateMessageContent();
|
||||
FinishTransforms(true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user