Files
godot/scene
lawnjelly 5b8b9adb35 Fix physics platform behaviour regression
Lifetime checks for stored `RIDs` for collision objects assumed they had valid `object_ids`.
It turns out that some are not derived from `Object` and thus checking `ObjectDB` returns false for some valid `RIDs`.
To account for this we only perform lifetime checks on valid `object_ids`.

(cherry picked from commit d4cca62bb4)
2025-05-25 09:51:53 +01:00
..
2023-09-12 09:45:23 -05:00