Add extensive commenting about LegacyLastTick usage

This commit is contained in:
Dean Herbert
2019-03-08 20:12:48 +09:00
parent dd50c5dc1a
commit 165a353a83
3 changed files with 10 additions and 2 deletions

View File

@ -8,6 +8,10 @@ using osu.Game.Rulesets.Osu.Judgements;
namespace osu.Game.Rulesets.Osu.Objects
{
/// <summary>
/// Note that this should not be used for timing correctness.
/// See <see cref="SliderEventType.LegacyLastTick"/> usage in <see cref="Slider"/> for more information.
/// </summary>
public class SliderTailCircle : SliderCircle
{
private readonly IBindable<SliderPath> pathBindable = new Bindable<SliderPath>();