mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 17:07:38 +08:00
Fix missing BeatmapMetadata.ToString
This is relied on by a few usages.
This commit is contained in:
parent
4295815c7d
commit
99e46cd26b
@ -54,5 +54,7 @@ namespace osu.Game.Beatmaps
|
|||||||
}
|
}
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
public override string ToString() => this.GetDisplayTitle();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user