mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Fix missing BeatmapMetadata.ToString
This is relied on by a few usages.
This commit is contained in:
@ -54,5 +54,7 @@ namespace osu.Game.Beatmaps
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
public override string ToString() => this.GetDisplayTitle();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user