Fix follow points not showing up again after rewinding

Fixes #1463.
This commit is contained in:
smoogipoo
2017-11-04 01:02:33 +09:00
parent 15f69dff81
commit 4854302aaa
2 changed files with 5 additions and 0 deletions

View File

@ -52,9 +52,12 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables.Connections
}
}
public override bool RemoveCompletedTransforms => false;
private void update()
{
Clear();
if (hitObjects == null)
return;