Populate HandleInput automatically

This commit is contained in:
TocoToucan
2017-12-09 22:21:17 +03:00
parent 2fdf39586a
commit 219bdbc4e1
10 changed files with 1 additions and 20 deletions

View File

@ -20,8 +20,6 @@ namespace osu.Game.Rulesets.Osu.UI.Cursor
{
internal class CursorTrail : Drawable
{
public override bool HandleInput => true;
private int currentIndex;
private Shader shader;