diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-04-07 11:11:39 +0300 |
|---|---|---|
| committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-04-07 11:11:39 +0300 |
| commit | 7e0e58c55f7ff24df1a452e796b22f028b14dbd9 (patch) | |
| tree | ffa66349d85f03fb94bfca4920402abb1d5d56f2 /indra/newview/llpreviewgesture.cpp | |
| parent | 14971778682405598a587922b97c1be46738eef7 (diff) | |
SL-17092 Fix a gesture upload crash
Diffstat (limited to 'indra/newview/llpreviewgesture.cpp')
| -rw-r--r-- | indra/newview/llpreviewgesture.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llpreviewgesture.cpp b/indra/newview/llpreviewgesture.cpp index 061ecad099..39cdb6fb04 100644 --- a/indra/newview/llpreviewgesture.cpp +++ b/indra/newview/llpreviewgesture.cpp @@ -1029,7 +1029,6 @@ void LLPreviewGesture::finishInventoryUpload(LLUUID itemId, LLUUID newAssetId) // active map with the new pointer. if (LLGestureMgr::instance().isGestureActive(itemId)) { - //*TODO: This is crashing for some reason. Fix it. // Active gesture edited from menu. LLGestureMgr::instance().replaceGesture(itemId, newAssetId); gInventory.notifyObservers(); |
