mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 17:41:12 +02:00
Merge pull request #13101 from zfox23/MS14758_fixAvatarGiftingSwitch
MS14758: Fix avatar reset when gifting worn avatar
This commit is contained in:
commit
1733d867ba
1 changed files with 1 additions and 1 deletions
|
@ -729,7 +729,7 @@ Rectangle {
|
||||||
}
|
}
|
||||||
lightboxPopup.button2text = "CONFIRM";
|
lightboxPopup.button2text = "CONFIRM";
|
||||||
lightboxPopup.button2method = function() {
|
lightboxPopup.button2method = function() {
|
||||||
MyAvatar.skeletonModelURL = '';
|
MyAvatar.useFullAvatarURL('');
|
||||||
root.activeView = "giftAsset";
|
root.activeView = "giftAsset";
|
||||||
lightboxPopup.visible = false;
|
lightboxPopup.visible = false;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue