1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-20 06:00:25 +08:00

Don't expicitly set origin of TextAwesome.

This commit is contained in:
Dean Herbert
2017-03-06 17:06:48 +09:00
Unverified
parent a7d7abe70e
commit e356758a7d
7 changed files with 8 additions and 5 deletions
@@ -98,6 +98,7 @@ namespace osu.Game.Graphics.UserInterface
icon = new TextAwesome
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
TextSize = 25,
},
}