mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Update bonus score spec in test
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user