mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 16:02:55 +08:00
fix ticks not being generated by default
This commit is contained in:
parent
83111223e0
commit
1eb2e35dff
@ -142,7 +142,7 @@ namespace osu.Game.Rulesets.Osu.Objects
|
||||
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
Block a user