mirror of
https://github.com/ppy/osu
synced 2025-01-19 04:20:59 +00:00
Remove poop.
This commit is contained in:
parent
4385edeb45
commit
b5c1c05af5
@ -181,9 +181,9 @@ namespace osu.Game.Graphics.UserInterface
|
||||
|
||||
protected override DrawableMenuItem CreateDrawableMenuItem(DropdownMenuItem<T> item)
|
||||
{
|
||||
var poop = new DrawableOsuTabDropdownMenuItem(this, item);
|
||||
poop.AccentColour.BindTo(AccentColour);
|
||||
return poop;
|
||||
var result = new DrawableOsuTabDropdownMenuItem(this, item);
|
||||
result.AccentColour.BindTo(AccentColour);
|
||||
return result;
|
||||
}
|
||||
|
||||
private class DrawableOsuTabDropdownMenuItem : DrawableOsuDropdownMenuItem
|
||||
|
Loading…
Reference in New Issue
Block a user