1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-20 14:45:44 +00:00
Files
godot/scene/3d
lawnjelly 6764338e09 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-23 10:56:24 +01:00
..
2024-07-07 22:15:23 +02:00
2024-07-07 19:04:05 +02:00
2024-07-07 22:15:23 +02:00
2024-07-07 22:15:23 +02:00
2024-02-27 11:18:16 +01:00
2024-09-16 16:26:15 +02:00