mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 03:25:11 +08:00
Expose DistanceSpacingMultiplier
for test usage
This commit is contained in:
parent
269e15c167
commit
7b71fb860b
@ -26,7 +26,7 @@ namespace osu.Game.Rulesets.Edit
|
||||
public abstract class DistancedHitObjectComposer<TObject> : HitObjectComposer<TObject>, IDistanceSnapProvider, IScrollBindingHandler<GlobalAction>
|
||||
where TObject : HitObject
|
||||
{
|
||||
protected Bindable<double> DistanceSpacingMultiplier { get; } = new BindableDouble(1.0)
|
||||
public Bindable<double> DistanceSpacingMultiplier { get; } = new BindableDouble(1.0)
|
||||
{
|
||||
MinValue = 0.1,
|
||||
MaxValue = 6.0,
|
||||
|
Loading…
Reference in New Issue
Block a user