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

@ -83,7 +83,7 @@ namespace osu.Game.Screens.Select.Options
return false;
}
protected override bool InternalContains(Vector2 screenSpacePos) => box.Contains(screenSpacePos);
public override bool Contains(Vector2 screenSpacePos) => box.Contains(screenSpacePos);
public BeatmapOptionsButton()
{