mirror of
https://github.com/osukey/osukey.git
synced 2025-06-30 15:48:09 +09:00
Made the Link's OnClick() Method return true
This commit is contained in:
parent
4f8bec8dfc
commit
270d81f816
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user