1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-11 23:13:06 +08:00

Fix dummy beatmap showing AR 5 on song select

This commit is contained in:
Joseph Madamba 2023-09-13 23:38:54 -07:00
parent 1ae8665a08
commit c2685da94c
No known key found for this signature in database
GPG Key ID: 8B746C7BDDF0BD76

View File

@ -36,9 +36,10 @@ namespace osu.Game.Beatmaps
BeatmapSet = new BeatmapSetInfo(),
Difficulty = new BeatmapDifficulty
{
DrainRate = 0,
CircleSize = 0,
DrainRate = 0,
OverallDifficulty = 0,
ApproachRate = 0,
},
Ruleset = new DummyRuleset().RulesetInfo
}, audio)