mirror of
https://github.com/ppy/osu.git
synced 2025-03-14 05:07:26 +08:00
Update LegacyScoreDecoder.cs
Just to make osu-tools work
This commit is contained in:
parent
51eb5c0a01
commit
ba265ac2d9
@ -180,7 +180,7 @@ namespace osu.Game.Scoring.Legacy
|
||||
/// </summary>
|
||||
/// <param name="score">The score to populate the statistics of.</param>
|
||||
/// <param name="workingBeatmap">The corresponding <see cref="WorkingBeatmap"/>.</param>
|
||||
internal static void PopulateMaximumStatistics(ScoreInfo score, WorkingBeatmap workingBeatmap)
|
||||
public static void PopulateMaximumStatistics(ScoreInfo score, WorkingBeatmap workingBeatmap)
|
||||
{
|
||||
Debug.Assert(score.BeatmapInfo != null);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user