From 459a4cafb13085d0806c95becc5120bbba76c048 Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Wed, 9 Aug 2017 15:17:05 +0900 Subject: [PATCH] Remove unnecessary HandleInput --- osu.Game.Rulesets.Catch/UI/CatcherArea.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/osu.Game.Rulesets.Catch/UI/CatcherArea.cs b/osu.Game.Rulesets.Catch/UI/CatcherArea.cs index f0a6b89d7e..776f2119ab 100644 --- a/osu.Game.Rulesets.Catch/UI/CatcherArea.cs +++ b/osu.Game.Rulesets.Catch/UI/CatcherArea.cs @@ -50,8 +50,6 @@ namespace osu.Game.Rulesets.Catch.UI private class Catcher : Container { - public override bool HandleInput => true; - private Texture texture; [BackgroundDependencyLoader]