mirror of
https://github.com/osukey/osukey.git
synced 2025-05-30 01:47:30 +09:00
Fix comma.
This commit is contained in:
parent
c59589eba7
commit
3943e4ae95
@ -161,8 +161,7 @@ namespace osu.Game.Overlays
|
|||||||
{
|
{
|
||||||
Scale = new Vector2(1.4f),
|
Scale = new Vector2(1.4f),
|
||||||
IconScale = new Vector2(1.4f),
|
IconScale = new Vector2(1.4f),
|
||||||
Action = play
|
Action = play,
|
||||||
,
|
|
||||||
Icon = FontAwesome.fa_play_circle_o,
|
Icon = FontAwesome.fa_play_circle_o,
|
||||||
},
|
},
|
||||||
new Button
|
new Button
|
||||||
|
Loading…
x
Reference in New Issue
Block a user