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
commit 58bcef934b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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