1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 20:07:25 +08:00

Remove redundant EllipsisString assign

This commit is contained in:
Joseph Madamba 2023-06-08 17:09:20 -07:00
parent 3597698544
commit 519923e843
No known key found for this signature in database
GPG Key ID: 8B746C7BDDF0BD76

View File

@ -87,7 +87,6 @@ namespace osu.Game.Overlays.Chat
{
Shadow = false,
Truncate = true,
EllipsisString = "…",
Anchor = Anchor.TopRight,
Origin = Anchor.TopRight,
};