mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 11:20:04 +08:00
nerfed approx slider window
This commit is contained in:
parent
7d2c31f4df
commit
14a3e3bb06
@ -14,7 +14,7 @@ namespace osu.Game.Rulesets.Osu.Difficulty.Preprocessing
|
||||
private const int normalized_radius = 50; // Change radius to 50 to make 100 the diameter. Easier for mental maths.
|
||||
private const int min_delta_time = 25;
|
||||
private const float maximum_slider_radius = normalized_radius * 2.4f;
|
||||
private const float assumed_slider_radius = normalized_radius * 1.6f;
|
||||
private const float assumed_slider_radius = normalized_radius * 2.0f;
|
||||
|
||||
protected new OsuHitObject BaseObject => (OsuHitObject)base.BaseObject;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user