Merge pull request #13101 from zfox23/MS14758_fixAvatarGiftingSwitch

MS14758: Fix avatar reset when gifting worn avatar
This commit is contained in:
Howard Stearns 2018-05-04 11:01:27 -07:00 committed by GitHub
commit 1733d867ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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