mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 00:09:55 +09:00
Made the Link's OnClick() Method return true
This commit is contained in:
@ -16,7 +16,7 @@ namespace osu.Game.Graphics.Sprites
|
||||
protected override bool OnClick(InputState state)
|
||||
{
|
||||
OnLinkClicked();
|
||||
return base.OnClick(state);
|
||||
return true;
|
||||
}
|
||||
|
||||
private string url;
|
||||
|
Reference in New Issue
Block a user