1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-13 08:32:57 +08:00

Update bonus score spec in test

This commit is contained in:
Dean Herbert 2020-07-27 18:40:53 +09:00
parent 10101d5b31
commit 06c4fb7171

View File

@ -142,7 +142,7 @@ namespace osu.Game.Rulesets.Osu.Tests
{
// multipled by 2 to nullify the score multiplier. (autoplay mod selected)
var totalScore = ((ScoreExposedPlayer)Player).ScoreProcessor.TotalScore.Value * 2;
return totalScore == (int)(drawableSpinner.Disc.CumulativeRotation / 360) * 100;
return totalScore == (int)(drawableSpinner.Disc.CumulativeRotation / 360) * 10;
});
addSeekStep(0);