Fix scores not using correct filename/display strings

I've updated all cases where we should have been using
`GetDisplayString()` anyway, but left the `ToString()` implementations
in place for safety. They should probably be removed in the future.
This commit is contained in:
Dean Herbert
2022-01-13 16:56:09 +09:00
parent 93c78253d6
commit c61419dfe5
3 changed files with 4 additions and 2 deletions

View File

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