1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-30 18:30:54 +00:00

Return at invalid skeleton in ChainIK3D before updating mutable info

This commit is contained in:
CSLRDoesntGameDev
2025-12-15 17:38:14 -07:00
parent 4b6c88deda
commit 4609ba77e6

View File

@@ -497,6 +497,7 @@ void ChainIK3D::_update_mutable_info() {
for (uint32_t i = 0; i < settings.size(); i++) {
chain_settings[i]->root_global_rest = Transform3D();
}
return;
}
bool changed = false;
for (uint32_t i = 0; i < settings.size(); i++) {