Merge pull request #114668 from xuhuisheng/dev/ik
Fix crash when selecting SplineIK3D
This commit is contained in:
commit
76dda5c6c5
1 changed files with 1 additions and 1 deletions
|
|
@ -290,7 +290,7 @@ void BonePropertiesEditor::_property_keyed(const String &p_path, bool p_advance)
|
|||
}
|
||||
|
||||
void BonePropertiesEditor::_update_properties() {
|
||||
if (!skeleton) {
|
||||
if (!skeleton || !Skeleton3DEditor::get_singleton()) {
|
||||
return;
|
||||
}
|
||||
int selected = Skeleton3DEditor::get_singleton()->get_selected_bone();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue