Remove now obsolete InternalContains

This commit is contained in:
Thomas Müller
2017-06-24 09:21:08 +02:00
parent f5829860a2
commit e3489928b7
16 changed files with 16 additions and 16 deletions

View File

@ -39,7 +39,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables.Pieces
};
}
protected override bool InternalContains(Vector2 screenSpacePos) => true;
public override bool Contains(Vector2 screenSpacePos) => true;
private bool tracking;
public bool Tracking