Rewrite comment regarding LegacyTotalScore

This commit is contained in:
Dean Herbert 2023-07-04 19:59:57 +09:00
parent dd9998127e
commit aee89e5e4b

View File

@ -977,7 +977,7 @@ namespace osu.Game.Database
// Scores with this version will trigger the score upgrade process in BackgroundBeatmapProcessor.
score.Version = 30000002;
// Set a sane default while background processing runs.
// Transfer known legacy scores to a permanent storage field for preservation.
score.LegacyTotalScore = score.TotalScore;
}
else