mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 09:47:52 +08:00
Fix DummyWorkingBeatmap having unrealistic defaults
This commit is contained in:
parent
b28f44087d
commit
e964a555d0
@ -26,15 +26,7 @@ namespace osu.Game.Beatmaps
|
||||
Title = "no beatmaps available!"
|
||||
},
|
||||
BeatmapSet = new BeatmapSetInfo(),
|
||||
BaseDifficulty = new BeatmapDifficulty
|
||||
{
|
||||
DrainRate = 0,
|
||||
CircleSize = 0,
|
||||
OverallDifficulty = 0,
|
||||
ApproachRate = 0,
|
||||
SliderMultiplier = 0,
|
||||
SliderTickRate = 0,
|
||||
},
|
||||
BaseDifficulty = new BeatmapDifficulty(),
|
||||
Ruleset = new DummyRulesetInfo()
|
||||
})
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user