mirror of https://github.com/ppy/osu
Remove unnecessary set.
This commit is contained in:
parent
1a7c2eda5e
commit
93c0fe5140
|
@ -45,12 +45,5 @@ public Color4 AccentColour
|
|||
item.AccentColour = value;
|
||||
}
|
||||
}
|
||||
|
||||
protected override void Update()
|
||||
{
|
||||
base.Update();
|
||||
|
||||
DropDown.HeaderHeight = DrawHeight;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue