mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
When a mesh is provided that has vertices that are not referenced by any face, these vertices will be discarded. In the internal 'mesh_to_physics' map, this led to uninitialized data which could result in a crash. Now we initialize the map with -1 and report an error when users try to manipulate these vertices. Fixes #109883 |
||
|---|---|---|
| .. | ||
| joints | ||
| misc | ||
| objects | ||
| shapes | ||
| spaces | ||
| config.py | ||
| jolt_globals.cpp | ||
| jolt_globals.h | ||
| jolt_physics_server_3d.cpp | ||
| jolt_physics_server_3d.h | ||
| jolt_project_settings.cpp | ||
| jolt_project_settings.h | ||
| register_types.cpp | ||
| register_types.h | ||
| SCsub | ||