mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Fix ApproachRate setting only DEFAULT_DIFFICULTY
This commit is contained in:
@ -29,7 +29,7 @@ namespace osu.Game.Beatmaps
|
||||
}
|
||||
set
|
||||
{
|
||||
approachRate = DEFAULT_DIFFICULTY;
|
||||
approachRate = value;
|
||||
}
|
||||
}
|
||||
public float SliderMultiplier { get; set; } = 1;
|
||||
|
Reference in New Issue
Block a user