mirror of
https://github.com/minetest/minetest.git
synced 2025-01-03 03:47:31 +01:00
Fix hypertext action firing twice on touchscreen (#15217)
This commit is contained in:
parent
3797ca52c4
commit
eefaef53b7
@ -1146,7 +1146,7 @@ bool GUIHyperText::OnEvent(const SEvent &event)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
break;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user