mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Fix FooterButton clicking area
This commit is contained in:
@ -55,6 +55,8 @@ namespace osu.Game.Screens.Select
|
||||
private readonly Box box;
|
||||
private readonly Box light;
|
||||
|
||||
public override bool ReceiveMouseInputAt(Vector2 screenSpacePos) => box.ReceiveMouseInputAt(screenSpacePos);
|
||||
|
||||
public FooterButton()
|
||||
{
|
||||
Children = new Drawable[]
|
||||
|
Reference in New Issue
Block a user