mirror of
https://github.com/ppy/osu.git
synced 2024-11-14 15:07:52 +08:00
Merge pull request #24828 from Joehuu/fix-dummy-ar5
Fix dummy beatmap showing AR 5 on song select
This commit is contained in:
commit
5eebc879d1
@ -36,9 +36,10 @@ namespace osu.Game.Beatmaps
|
|||||||
BeatmapSet = new BeatmapSetInfo(),
|
BeatmapSet = new BeatmapSetInfo(),
|
||||||
Difficulty = new BeatmapDifficulty
|
Difficulty = new BeatmapDifficulty
|
||||||
{
|
{
|
||||||
DrainRate = 0,
|
|
||||||
CircleSize = 0,
|
CircleSize = 0,
|
||||||
|
DrainRate = 0,
|
||||||
OverallDifficulty = 0,
|
OverallDifficulty = 0,
|
||||||
|
ApproachRate = 0,
|
||||||
},
|
},
|
||||||
Ruleset = new DummyRuleset().RulesetInfo
|
Ruleset = new DummyRuleset().RulesetInfo
|
||||||
}, audio)
|
}, audio)
|
||||||
|
Loading…
Reference in New Issue
Block a user