1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-31 01:50:20 +08:00

Rename last remaining BeatmapInfo Beatmap usage

This commit is contained in:
Dean Herbert
2021-10-04 17:35:53 +09:00
Unverified
parent 5937a93e2d
commit 853cf6feaa
43 changed files with 74 additions and 73 deletions
@@ -92,7 +92,7 @@ namespace osu.Game.Tests.Visual.UserInterface
var score = new ScoreInfo
{
OnlineScoreID = i,
Beatmap = beatmapInfo,
BeatmapInfo = beatmapInfo,
BeatmapInfoID = beatmapInfo.ID,
Accuracy = RNG.NextDouble(),
TotalScore = RNG.Next(1, 1000000),