diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2009-11-19 12:03:11 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2009-11-19 12:03:11 -0500 |
commit | 0c95f8bf30bc6ec9835c5a298bf27115a2a92047 (patch) | |
tree | 332c96198eead0d9a9434707df59a8feab511326 /indra/newview/llinventoryobserver.cpp | |
parent | 815f336a157cc33233633deed66634195d3dc552 (diff) |
For EXT-2623 - object missing wearables and attachments on initial login
--HG--
branch : avatar-pipeline
Diffstat (limited to 'indra/newview/llinventoryobserver.cpp')
-rw-r--r-- | indra/newview/llinventoryobserver.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llinventoryobserver.cpp b/indra/newview/llinventoryobserver.cpp index 3ccf593d27..e904fb6c92 100644 --- a/indra/newview/llinventoryobserver.cpp +++ b/indra/newview/llinventoryobserver.cpp @@ -115,7 +115,8 @@ void LLInventoryFetchObserver::changed(U32 mask) // BUG: This can cause done() to get called prematurely below. // This happens with the LLGestureInventoryFetchObserver that // loads gestures at startup. JC - it = mIncomplete.erase(it); + //it = mIncomplete.erase(it); + ++it; continue; } if(item->isComplete()) |