mirror of https://github.com/ppy/osu
Set DummyWorkingBeatmap difficulties to 0 for better fallback display
This commit is contained in:
parent
054db48089
commit
800007c378
|
@ -26,7 +26,12 @@ public DummyWorkingBeatmap(OsuGameBase game = null)
|
|||
Title = "no beatmaps available!"
|
||||
},
|
||||
BeatmapSet = new BeatmapSetInfo(),
|
||||
BaseDifficulty = new BeatmapDifficulty(),
|
||||
BaseDifficulty = new BeatmapDifficulty
|
||||
{
|
||||
DrainRate = 0,
|
||||
CircleSize = 0,
|
||||
OverallDifficulty = 0,
|
||||
},
|
||||
Ruleset = new DummyRulesetInfo()
|
||||
})
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue