mirror of
https://github.com/ppy/osu
synced 2025-02-02 03:11:58 +00:00
Remove redundant/outdated Origin
line
This commit is contained in:
parent
9b7b897b3c
commit
b6822f8190
@ -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[]
|
||||
|
Loading…
Reference in New Issue
Block a user