1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-08 06:23:39 +08:00

Merge pull request #26785 from bdach/make-populate-maximum-statistics-public

This commit is contained in:
Dean Herbert
2024-01-30 06:40:35 +09:00
committed by GitHub
Unverified
@@ -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);