1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 14:25:05 +08:00

Fix mismatched braces.

This commit is contained in:
Dan Balasescu 2017-04-25 08:02:09 +09:00 committed by GitHub
parent 43d09a9734
commit f329587bd4

View File

@ -206,13 +206,13 @@ namespace osu.Game.Screens.Select
Font = @"Exo2.0-Medium",
Text = "mapped by ",
TextSize = 15,
},
},
new OsuSpriteText
{
Font = @"Exo2.0-Bold",
Text = metadata.Author,
TextSize = 15,
},
},
}
},
new FillFlowContainer