Fix test's score generation

This commit is contained in:
Cootz
2023-02-07 02:29:28 +03:00
parent 2c7386db39
commit cb26601cb4
3 changed files with 12 additions and 0 deletions

View File

@ -94,6 +94,7 @@ namespace osu.Game.Tests.Visual.UserInterface
{
OnlineID = i,
BeatmapInfo = beatmapInfo,
OriginalBeatmapHash = beatmapInfo.Hash,
Accuracy = RNG.NextDouble(),
TotalScore = RNG.Next(1, 1000000),
MaxCombo = RNG.Next(1, 1000),