Fix hold for menu button's icon being incorrect (#4662)

Fix hold for menu button's icon being incorrect

Co-authored-by: Dan Balasescu <1329837+smoogipoo@users.noreply.github.com>
This commit is contained in:
Dean Herbert
2019-04-22 19:16:29 +09:00
committed by GitHub

View File

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