MS14758: Fix avatar reset when gifting worn avatar

This commit is contained in:
Zach Fox 2018-05-04 10:10:48 -07:00
parent e4f5eb9cca
commit 4ebed7605c

View file

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