Remove unnecessary HandleInput

This commit is contained in:
Dean Herbert 2017-08-09 15:17:05 +09:00
parent 3b48a6c668
commit 459a4cafb1

View File

@ -50,8 +50,6 @@ namespace osu.Game.Rulesets.Catch.UI
private class Catcher : Container
{
public override bool HandleInput => true;
private Texture texture;
[BackgroundDependencyLoader]