1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 03:27:24 +08:00

Fix local echo messages remaining permanently dimmed when chatting via multiplayer

This commit is contained in:
Dean Herbert 2021-01-22 16:05:45 +09:00
parent a81f4a1ed3
commit fca6b15d2f

View File

@ -190,13 +190,13 @@ namespace osu.Game.Overlays.Chat
}
}
};
updateMessageContent();
}
protected override void LoadComplete()
{
base.LoadComplete();
updateMessageContent();
FinishTransforms(true);
}