mirror of
https://github.com/ppy/osu
synced 2024-12-14 02:46:27 +00:00
Fix incorrect type
This commit is contained in:
parent
6c6a440f1b
commit
23dbf04764
@ -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 int minimum_slider_radius = normalized_radius * 2.4;
|
||||
private const float minimum_slider_radius = normalized_radius * 2.4f;
|
||||
|
||||
protected new OsuHitObject BaseObject => (OsuHitObject)base.BaseObject;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user