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

@ -74,7 +74,7 @@ namespace osu.Game.Graphics.Cursor
}
}
protected override bool InternalContains(Vector2 screenSpacePos) => true;
public override bool Contains(Vector2 screenSpacePos) => true;
[BackgroundDependencyLoader]
private void load(ShaderManager shaders, TextureStore textures)