mirror of
https://github.com/osukey/osukey.git
synced 2025-06-24 20:57:56 +09:00
Fix slider selection input handled outside path
This commit is contained in:
parent
621f4387c9
commit
d77882c21b
@ -43,5 +43,7 @@ namespace osu.Game.Rulesets.Osu.Edit.Blueprints.Sliders.Components
|
||||
Size = body.Size;
|
||||
OriginPosition = body.PathOffset;
|
||||
}
|
||||
|
||||
public override bool ReceivePositionalInputAt(Vector2 screenSpacePos) => body.ReceivePositionalInputAt(screenSpacePos);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user