mirror of
https://github.com/ppy/osu.git
synced 2026-05-30 20:50:48 +08:00
fix ticks not being generated by default
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user