CI fixes.

This commit is contained in:
Huo Yaoyuan
2017-05-06 16:06:38 +08:00
parent 767cfaaac3
commit f37c857af8
2 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ namespace osu.Game.Screens.Select
Icon = FontAwesome.fa_trash_o;
HeaderText = @"Confirm deletion of";
BodyText = $@"{beatmap?.Metadata?.Artist} - {beatmap?.Metadata?.Title}";
BodyText = $@"{beatmap.Metadata?.Artist} - {beatmap.Metadata?.Title}";
Buttons = new PopupDialogButton[]
{
new PopupDialogOkButton