1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-22 22:17:46 +08:00

Fix hold for menu button's icon being incorrect

This commit is contained in:
Dean Herbert 2019-04-22 18:47:28 +09:00
parent 9d3d1fd10b
commit 48e82d4b1c

View File

@ -129,7 +129,7 @@ namespace osu.Game.Screens.Play.HUD
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
Size = new Vector2(15),
Icon = FontAwesome.Solid.TimesCircle
Icon = FontAwesome.Solid.Times
},
}
};