mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 13:22:55 +08:00
Remove unnecessary set.
This commit is contained in:
parent
1a7c2eda5e
commit
93c0fe5140
@ -45,12 +45,5 @@ namespace osu.Game.Graphics.UserInterface
|
|||||||
item.AccentColour = value;
|
item.AccentColour = value;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override void Update()
|
|
||||||
{
|
|
||||||
base.Update();
|
|
||||||
|
|
||||||
DropDown.HeaderHeight = DrawHeight;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user