mirror of
https://github.com/ppy/osu
synced 2024-12-12 01:48:49 +00:00
Remove HandleInput override from TriangleButton
This commit is contained in:
parent
760f7d02d9
commit
51372d7cda
@ -34,8 +34,6 @@ namespace osu.Game.Graphics.UserInterface
|
|||||||
Font = @"Exo2.0-Bold",
|
Font = @"Exo2.0-Bold",
|
||||||
};
|
};
|
||||||
|
|
||||||
public override bool HandleInput => Action != null;
|
|
||||||
|
|
||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
private void load(OsuColour colours)
|
private void load(OsuColour colours)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user