1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 16:15:20 +02:00

Fix hypertext action firing twice on touchscreen (#15217)

This commit is contained in:
grorp
2024-10-03 11:36:48 +02:00
committed by GitHub
parent 3797ca52c4
commit eefaef53b7

View File

@@ -1146,7 +1146,7 @@ bool GUIHyperText::OnEvent(const SEvent &event)
}
}
break;
return true;
}
}
}