mirror of
https://github.com/ppy/osu
synced 2024-12-16 11:56:31 +00:00
Removed unused method
This commit is contained in:
parent
d988194dd3
commit
50d5af9662
@ -100,12 +100,6 @@ namespace osu.Game.Overlays
|
|||||||
UpdateState();
|
UpdateState();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void SetButtonColour(Color4 buttonColour)
|
|
||||||
{
|
|
||||||
this.buttonColour = buttonColour;
|
|
||||||
UpdateState();
|
|
||||||
}
|
|
||||||
|
|
||||||
public void UpdateState() => Scheduler.AddOnce(updateState);
|
public void UpdateState() => Scheduler.AddOnce(updateState);
|
||||||
|
|
||||||
private void updateState()
|
private void updateState()
|
||||||
|
Loading…
Reference in New Issue
Block a user