mirror of https://github.com/ppy/osu
fix ticks not being generated by default
This commit is contained in:
parent
83111223e0
commit
1eb2e35dff
|
@ -142,7 +142,7 @@ public double SliderVelocity
|
|||
set => SliderVelocityBindable.Value = value;
|
||||
}
|
||||
|
||||
public bool GenerateTicks { get; set; }
|
||||
public bool GenerateTicks { get; set; } = true;
|
||||
|
||||
[JsonIgnore]
|
||||
public SliderHeadCircle HeadCircle { get; protected set; }
|
||||
|
|
Loading…
Reference in New Issue