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

Rewrite comment regarding LegacyTotalScore

This commit is contained in:
Dean Herbert
2023-07-04 19:59:57 +09:00
Unverified
parent dd9998127e
commit aee89e5e4b
+1 -1
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