Get rid of AlwaysReceiveInput

This commit is contained in:
Thomas Müller
2017-06-23 18:02:24 +02:00
parent 7e5b920c92
commit f5829860a2
17 changed files with 11 additions and 40 deletions

View File

@ -31,7 +31,6 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables.Pieces
{
spinner = s;
AlwaysReceiveInput = true;
RelativeSizeAxes = Axes.Both;
Children = new Drawable[]
@ -40,6 +39,8 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables.Pieces
};
}
protected override bool InternalContains(Vector2 screenSpacePos) => true;
private bool tracking;
public bool Tracking
{