mirror of
https://github.com/ppy/osu.git
synced 2025-01-19 10:12:53 +08:00
Mark test score with null PP for visual testing
This commit is contained in:
parent
54eb2b98a9
commit
6c95c49da3
@ -210,7 +210,7 @@ namespace osu.Game.Tests.Visual.Online
|
|||||||
new APIMod { Acronym = new OsuModHidden().Acronym },
|
new APIMod { Acronym = new OsuModHidden().Acronym },
|
||||||
},
|
},
|
||||||
Rank = ScoreRank.B,
|
Rank = ScoreRank.B,
|
||||||
PP = 180,
|
PP = null,
|
||||||
MaxCombo = 1234,
|
MaxCombo = 1234,
|
||||||
TotalScore = 12345678,
|
TotalScore = 12345678,
|
||||||
Accuracy = 0.9854,
|
Accuracy = 0.9854,
|
||||||
|
Loading…
Reference in New Issue
Block a user