mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-30 05:05:28 +00:00
a814dda2ae
When making items visible from the visual server, the collision check is deferred to prevent two identical collision checks when set_pairable is called shortly after. It turns out that for some items (especially meshes), set_pairable is never called. This PR detects this occurrence and forces a collision check at the end of the routine.