mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 16:43:52 +09:00
Fix incorrect BeatmapInfo.ToString
implementation
This commit is contained in:
@ -184,7 +184,7 @@ namespace osu.Game.Beatmaps
|
|||||||
|
|
||||||
public BeatmapInfo Clone() => this.Detach();
|
public BeatmapInfo Clone() => this.Detach();
|
||||||
|
|
||||||
public override string ToString() => Metadata?.ToString() ?? base.ToString();
|
public override string ToString() => this.GetDisplayTitle();
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user