mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
MS14758: Fix avatar reset when gifting worn avatar
This commit is contained in:
parent
b657c28a9b
commit
e48d39ec38
1 changed files with 1 additions and 1 deletions
|
@ -729,7 +729,7 @@ Rectangle {
|
|||
}
|
||||
lightboxPopup.button2text = "CONFIRM";
|
||||
lightboxPopup.button2method = function() {
|
||||
MyAvatar.skeletonModelURL = '';
|
||||
MyAvatar.useFullAvatarURL('');
|
||||
root.activeView = "giftAsset";
|
||||
lightboxPopup.visible = false;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue