mirror of https://github.com/ppy/osu
Fix slider selection point not being set to new origin
This commit is contained in:
parent
603a98f6cc
commit
0704d823a9
|
@ -171,7 +171,7 @@ protected override void UpdateCurrentState(ArmedState state)
|
|||
|
||||
public override bool ReceiveMouseInputAt(Vector2 screenSpacePos) => Body.ReceiveMouseInputAt(screenSpacePos);
|
||||
|
||||
public override Vector2 SelectionPoint => ToScreenSpace(Body.Position);
|
||||
public override Vector2 SelectionPoint => ToScreenSpace(OriginPosition);
|
||||
public override Quad SelectionQuad => Body.PathDrawQuad;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue