mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +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)
|
protected override bool OnClick(InputState state)
|
||||||
{
|
{
|
||||||
OnLinkClicked();
|
OnLinkClicked();
|
||||||
return base.OnClick(state);
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
private string url;
|
private string url;
|
||||||
|
Reference in New Issue
Block a user