1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 02:42:54 +08:00

Merge pull request #11567 from peppy/fix-chat-local-echo-effect

Fix local echo messages remaining permanently dimmed when chatting via multiplayer
This commit is contained in:
Dan Balasescu 2021-01-22 21:58:55 +09:00 committed by GitHub
commit 26779a9403
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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