Files
godot/scene
lawnjelly d4cca62bb4 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`.
2024-09-22 08:51:43 +01:00
..
2024-07-01 08:58:02 +01:00
2023-09-12 09:45:23 -05:00