1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 05:37:25 +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:
Dean Herbert 2023-09-16 15:01:47 +09:00 committed by GitHub
commit 5eebc879d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)