3
0
Fork 0
mirror of https://github.com/lubosz/overte.git synced 2025-04-27 20:35:29 +02:00

Merge pull request from ElderOrb/FB18061

use current wearable index, not joint index!
This commit is contained in:
Brad Hefta-Gaub 2018-10-01 16:14:33 -07:00 committed by GitHub
commit 8b03a21799
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -314,7 +314,7 @@ Rectangle {
}
};
wearableUpdated(getCurrentWearable().id, jointIndex, properties);
wearableUpdated(getCurrentWearable().id, wearablesCombobox.currentIndex, properties);
}
onCurrentIndexChanged: {