1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 01:27:29 +08:00

Fix missing BeatmapMetadata.ToString

This is relied on by a few usages.
This commit is contained in:
Dean Herbert 2021-12-21 16:09:00 +09:00
parent 4295815c7d
commit 99e46cd26b

View File

@ -54,5 +54,7 @@ namespace osu.Game.Beatmaps
}
#endregion
public override string ToString() => this.GetDisplayTitle();
}
}