mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 18:25:52 +02:00
Merge pull request #13106 from zfox23/RC67_MS14758
RC67: MS14758: Fix avatar reset when gifting worn avatar
This commit is contained in:
commit
286bed25bd
1 changed files with 1 additions and 1 deletions
|
@ -582,7 +582,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