mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix hypertext action firing twice on touchscreen (#15217)
This commit is contained in:
parent
3797ca52c4
commit
eefaef53b7
1 changed files with 1 additions and 1 deletions
|
@ -1146,7 +1146,7 @@ bool GUIHyperText::OnEvent(const SEvent &event)
|
|||
}
|
||||
}
|
||||
|
||||
break;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue