mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 09:07:52 +08:00
Rewrite comment regarding LegacyTotalScore
This commit is contained in:
parent
dd9998127e
commit
aee89e5e4b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user