1
0
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:
Givikap120 2024-01-29 00:20:58 +02:00
parent 51eb5c0a01
commit ba265ac2d9

View File

@ -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);