Fix selection box not updating with hitcircles/sliders far in the future or past

This commit is contained in:
Dean Herbert
2021-01-18 16:57:36 +09:00
parent 30f3e72c42
commit 02d2b2742b
2 changed files with 3 additions and 1 deletions

View File

@ -44,6 +44,8 @@ namespace osu.Game.Rulesets.Osu.Edit.Blueprints.Sliders
[Resolved(CanBeNull = true)]
private IEditorChangeHandler changeHandler { get; set; }
public override Quad SelectionQuad => BodyPiece.ScreenSpaceDrawQuad;
private readonly BindableList<PathControlPoint> controlPoints = new BindableList<PathControlPoint>();
private readonly IBindable<int> pathVersion = new Bindable<int>();