1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-08 06:00:05 +08:00

Merge branch 'master' into fix-selection-priority

This commit is contained in:
Dean Herbert 2019-11-05 17:51:30 +09:00 committed by GitHub
commit 3680b9a380
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);
}
}