MS14758: Fix avatar reset when gifting worn avatar

This commit is contained in:
Zach Fox 2018-05-04 10:10:48 -07:00
parent b657c28a9b
commit e48d39ec38

View file

@ -729,7 +729,7 @@ Rectangle {
}
lightboxPopup.button2text = "CONFIRM";
lightboxPopup.button2method = function() {
MyAvatar.skeletonModelURL = '';
MyAvatar.useFullAvatarURL('');
root.activeView = "giftAsset";
lightboxPopup.visible = false;
};