mirror of
https://github.com/ppy/osu.git
synced 2026-05-17 16:53:15 +08:00
Fix hold for menu button's icon being incorrect
This commit is contained in:
@@ -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
|
||||
},
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user