Apply transform override at a higher level

This commit is contained in:
smoogipoo
2019-11-05 23:02:39 +09:00
parent d762ec959c
commit 0a2af2b0fe
2 changed files with 2 additions and 2 deletions

View File

@ -15,6 +15,8 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables.Connections
private readonly List<FollowPointGroup> groups = new List<FollowPointGroup>();
public override bool RemoveCompletedTransforms => false;
/// <summary>
/// Adds the <see cref="FollowPoint"/>s around a <see cref="DrawableOsuHitObject"/>.
/// This includes <see cref="FollowPoint"/>s leading into <paramref name="hitObject"/>, and <see cref="FollowPoint"/>s exiting <paramref name="hitObject"/>.