1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-20 16:12:54 +08:00

Remove HandleInput override from TriangleButton

This commit is contained in:
Dean Herbert 2017-11-27 18:19:06 +09:00
parent 760f7d02d9
commit 51372d7cda

View File

@ -34,8 +34,6 @@ namespace osu.Game.Graphics.UserInterface
Font = @"Exo2.0-Bold",
};
public override bool HandleInput => Action != null;
[BackgroundDependencyLoader]
private void load(OsuColour colours)
{