mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 19:55:07 +02:00
MS14758: Fix avatar reset when gifting worn avatar
This commit is contained in:
parent
e4f5eb9cca
commit
4ebed7605c
1 changed files with 1 additions and 1 deletions
|
@ -582,7 +582,7 @@ Rectangle {
|
|||
}
|
||||
lightboxPopup.button2text = "CONFIRM";
|
||||
lightboxPopup.button2method = function() {
|
||||
MyAvatar.skeletonModelURL = '';
|
||||
MyAvatar.useFullAvatarURL('');
|
||||
root.activeView = "giftAsset";
|
||||
lightboxPopup.visible = false;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue