mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
AlwaysReceiveInput and InternalContains.
This commit is contained in:
@ -83,7 +83,7 @@ namespace osu.Game.Screens.Select.Options
|
||||
return false;
|
||||
}
|
||||
|
||||
public override bool Contains(Vector2 screenSpacePos) => box.Contains(screenSpacePos);
|
||||
protected override bool InternalContains(Vector2 screenSpacePos) => box.Contains(screenSpacePos);
|
||||
|
||||
public BeatmapOptionsButton()
|
||||
{
|
||||
|
Reference in New Issue
Block a user