mirror of
https://github.com/ppy/osu.git
synced 2025-01-08 22:02:56 +08:00
Make LegacyScoreDecoder.PopulateMaximumStatistics()
public
For `osu-tools` consumption.
This commit is contained in:
parent
b3919bff56
commit
6888cda02c
@ -180,7 +180,7 @@ namespace osu.Game.Scoring.Legacy
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="score">The score to populate the statistics of.</param>
|
/// <param name="score">The score to populate the statistics of.</param>
|
||||||
/// <param name="workingBeatmap">The corresponding <see cref="WorkingBeatmap"/>.</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);
|
Debug.Assert(score.BeatmapInfo != null);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user