Remove redundant/outdated Origin line

This commit is contained in:
Salman Ahmed 2022-03-26 14:55:19 +03:00
parent 9b7b897b3c
commit b6822f8190

View File

@ -135,10 +135,10 @@ namespace osu.Game.Overlays.Toolbar
private void load(OsuColour colours)
{
Anchor = Anchor.Centre;
Origin = Anchor.CentreLeft;
Origin = Anchor.Custom;
OriginPosition = new Vector2(hand_thickness / 2); // offset x also, to ensure the centre of the line is centered on the face.
Height = hand_thickness;
InternalChildren = new Drawable[]