From 3943e4ae9557bc7098071cda6efbcaee423605cc Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Mon, 1 May 2017 19:32:31 +0900 Subject: [PATCH] Fix comma. --- osu.Game/Overlays/MusicController.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/osu.Game/Overlays/MusicController.cs b/osu.Game/Overlays/MusicController.cs index d9ecd5355f..1736b6a82f 100644 --- a/osu.Game/Overlays/MusicController.cs +++ b/osu.Game/Overlays/MusicController.cs @@ -161,8 +161,7 @@ namespace osu.Game.Overlays { Scale = new Vector2(1.4f), IconScale = new Vector2(1.4f), - Action = play - , + Action = play, Icon = FontAwesome.fa_play_circle_o, }, new Button