mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
fix implementations of IHasSliderVelocity
This commit is contained in:
@ -41,7 +41,7 @@ namespace osu.Game.Rulesets.Objects.Legacy
|
||||
|
||||
public double Velocity = 1;
|
||||
|
||||
public BindableDouble SliderVelocityBindable = new BindableDouble(1);
|
||||
public BindableNumber<double> SliderVelocityBindable { get; } = new BindableDouble(1);
|
||||
|
||||
public double SliderVelocity
|
||||
{
|
||||
|
Reference in New Issue
Block a user