mirror of
https://github.com/ppy/osu.git
synced 2026-05-31 23:50:29 +08:00
Fix: update score migration of special case to match the new score
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
committed by
GitHub
Unverified
parent
1f88658bad
commit
16acec335f
@@ -270,7 +270,7 @@ namespace osu.Game.Database
|
||||
{
|
||||
return (long)Math.Round((
|
||||
0
|
||||
+ 300000 * Math.Pow(score.Accuracy, 8)
|
||||
+ 500000 * Math.Pow(score.Accuracy, 5)
|
||||
+ bonusProportion) * modMultiplier);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user