Skip to content

Commit

Permalink
Refactor notification handling for local transform change
Browse files Browse the repository at this point in the history
  • Loading branch information
fire committed Apr 7, 2024
1 parent 7d5db38 commit ea50836
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/many_bone_ik_3d.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1149,10 +1149,9 @@ void ManyBoneIK3D::_notification(int32_t p_what) {
set_notify_local_transform(true);
break;
}
case NOTIFICATION_LOCAL_TRANSFORM_CHANGED:{
case NOTIFICATION_LOCAL_TRANSFORM_CHANGED: {
process_modification();
break;
}

}
}

0 comments on commit ea50836

Please sign in to comment.