1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 18:47:27 +08:00

fix ticks not being generated by default

This commit is contained in:
OliBomby 2023-04-30 16:03:58 +02:00
parent 83111223e0
commit 1eb2e35dff

View File

@ -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; }