1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 20:47:28 +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:
OliBomby 2023-05-02 08:41:30 +02:00 committed by GitHub
parent 8a536c1cdb
commit c2ad8c2320
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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