diff --git a/interface/resources/qml/hifi/avatarapp/AdjustWearables.qml b/interface/resources/qml/hifi/avatarapp/AdjustWearables.qml index 5bf867a331..7413cf93ab 100644 --- a/interface/resources/qml/hifi/avatarapp/AdjustWearables.qml +++ b/interface/resources/qml/hifi/avatarapp/AdjustWearables.qml @@ -314,7 +314,7 @@ Rectangle { } }; - wearableUpdated(getCurrentWearable().id, jointIndex, properties); + wearableUpdated(getCurrentWearable().id, wearablesCombobox.currentIndex, properties); } onCurrentIndexChanged: {