mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 05:22:54 +08: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…
Reference in New Issue
Block a user