mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Merge pull request #16505 from peppy/remove-base-difficulty-usage
Remove all usage of `BaseDifficulty` (and access `Difficulty` instead)
This commit is contained in:
@ -18,7 +18,7 @@ namespace osu.Game.Tests.NonVisual.Filtering
|
||||
{
|
||||
Ruleset = new RulesetInfo { OnlineID = 0 },
|
||||
StarRating = 4.0d,
|
||||
BaseDifficulty = new BeatmapDifficulty
|
||||
Difficulty = new BeatmapDifficulty
|
||||
{
|
||||
ApproachRate = 5.0f,
|
||||
DrainRate = 3.0f,
|
||||
|
Reference in New Issue
Block a user