mirror of
https://github.com/osukey/osukey.git
synced 2025-05-23 14:37:39 +09: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!"
|
Title = "no beatmaps available!"
|
||||||
},
|
},
|
||||||
BeatmapSet = new BeatmapSetInfo(),
|
BeatmapSet = new BeatmapSetInfo(),
|
||||||
BaseDifficulty = new BeatmapDifficulty
|
BaseDifficulty = new BeatmapDifficulty(),
|
||||||
{
|
|
||||||
DrainRate = 0,
|
|
||||||
CircleSize = 0,
|
|
||||||
OverallDifficulty = 0,
|
|
||||||
ApproachRate = 0,
|
|
||||||
SliderMultiplier = 0,
|
|
||||||
SliderTickRate = 0,
|
|
||||||
},
|
|
||||||
Ruleset = new DummyRulesetInfo()
|
Ruleset = new DummyRulesetInfo()
|
||||||
})
|
})
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user