mirror of
https://github.com/osukey/osukey.git
synced 2025-08-08 00:53:56 +09:00
Mark test score with null PP for visual testing
This commit is contained in:
@ -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,
|
||||||
|
Reference in New Issue
Block a user