mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 14:03:21 +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 },
|
||||
},
|
||||
Rank = ScoreRank.B,
|
||||
PP = 180,
|
||||
PP = null,
|
||||
MaxCombo = 1234,
|
||||
TotalScore = 12345678,
|
||||
Accuracy = 0.9854,
|
||||
|
Loading…
Reference in New Issue
Block a user