1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 17:32:54 +08:00

User a simpler method to hide the background icon

This commit is contained in:
Dean Herbert 2017-05-30 09:54:29 +09:00
parent f6f1ea42ee
commit fde579262f

View File

@ -223,8 +223,7 @@ namespace osu.Game.Overlays.Chat
Depth = float.MaxValue;
Width = 45;
icon.Icon = 0;
icon.X = 0;
icon.Alpha = 0;
text.TextSize = 45;
textBold.TextSize = 45;