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

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