mirror of
https://github.com/ppy/osu.git
synced 2025-02-14 01:33:20 +08:00
removed 'unknown source' line
This commit is contained in:
parent
450fa0075f
commit
5fbdbcf209
@ -181,7 +181,6 @@ namespace osu.Game.Screens.Select
|
|||||||
ratingsContainer.FadeIn(transition_duration);
|
ratingsContainer.FadeIn(transition_duration);
|
||||||
advanced.Beatmap = Beatmap;
|
advanced.Beatmap = Beatmap;
|
||||||
description.Text = Beatmap.Version;
|
description.Text = Beatmap.Version;
|
||||||
//source.Text = string.IsNullOrEmpty(Beatmap.Metadata.Source) ? "Unknown source" : Beatmap.Metadata.Source;
|
|
||||||
source.Text = Beatmap.Metadata.Source;
|
source.Text = Beatmap.Metadata.Source;
|
||||||
tags.Text = Beatmap.Metadata.Tags;
|
tags.Text = Beatmap.Metadata.Tags;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user