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:
parent
10101d5b31
commit
06c4fb7171
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user