mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-10 22:58:45 +02:00
FB18061 - Avatar favorites cannot be moved to a different joint - At Save the wearable jumps to the original joint
This commit is contained in:
parent
60c07280f8
commit
e5b7b7f12a
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ Rectangle {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
wearableUpdated(getCurrentWearable().id, jointIndex, properties);
|
wearableUpdated(getCurrentWearable().id, wearablesCombobox.currentIndex, properties);
|
||||||
}
|
}
|
||||||
|
|
||||||
onCurrentIndexChanged: {
|
onCurrentIndexChanged: {
|
||||||
|
|
Loading…
Reference in a new issue