mirror of https://github.com/ppy/osu
Add todo in slider tail to avoid confusion
This commit is contained in:
parent
47768b7063
commit
b09d9b7e1f
|
@ -40,6 +40,8 @@ public DrawableSliderTail(Slider slider, SliderTailCircle hitCircle)
|
|||
|
||||
positionBindable.BindValueChanged(_ => updatePosition());
|
||||
pathBindable.BindValueChanged(_ => updatePosition(), true);
|
||||
|
||||
// TODO: This has no drawable content. Support for skins should be added.
|
||||
}
|
||||
|
||||
protected override void CheckForResult(bool userTriggered, double timeOffset)
|
||||
|
|
Loading…
Reference in New Issue