mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 16:12:57 +08:00
Fix comment 1 osu.Game/Rulesets/Objects/Types/IHasGenerateTicks.cs
Co-authored-by: Dean Herbert <pe@ppy.sh>
This commit is contained in:
parent
8a536c1cdb
commit
c2ad8c2320
@ -9,7 +9,7 @@ namespace osu.Game.Rulesets.Objects.Types
|
||||
public interface IHasGenerateTicks
|
||||
{
|
||||
/// <summary>
|
||||
/// Whether or not slider ticks should be generated at this control point.
|
||||
/// Whether or not slider ticks should be generated by this object.
|
||||
/// This exists for backwards compatibility with maps that abuse NaN slider velocity behavior on osu!stable (e.g. /b/2628991).
|
||||
/// </summary>
|
||||
public bool GenerateTicks { get; set; }
|
||||
|
Loading…
Reference in New Issue
Block a user