Merge pull request #13106 from zfox23/RC67_MS14758

RC67: MS14758: Fix avatar reset when gifting worn avatar
This commit is contained in:
John Conklin II 2018-05-07 10:10:41 -07:00 committed by GitHub
commit 286bed25bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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