diff options
| author | Loren Shih <seraph@lindenlab.com> | 2010-04-07 14:40:36 -0400 |
|---|---|---|
| committer | Loren Shih <seraph@lindenlab.com> | 2010-04-07 14:40:36 -0400 |
| commit | 516ec63f52245a777725d29efe3c35e4e4e72936 (patch) | |
| tree | 53dd714df6690597d6a4c9e787ff99307caaad39 /indra/newview/llgesturemgr.cpp | |
| parent | 5d3de2ea03ff500690acec13fd4b403dc8a72088 (diff) | |
EXT-6749 : Have all observers persist/retry when items are missing after notifications
Added mNumTries and took out mRetryIfMissing
Diffstat (limited to 'indra/newview/llgesturemgr.cpp')
| -rw-r--r-- | indra/newview/llgesturemgr.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llgesturemgr.cpp b/indra/newview/llgesturemgr.cpp index 3d38ff3730..0996d09e25 100644 --- a/indra/newview/llgesturemgr.cpp +++ b/indra/newview/llgesturemgr.cpp @@ -73,7 +73,6 @@ LLGestureMgr::LLGestureMgr() mActive(), mLoadingCount(0) { - mRetryIfMissing = true; gInventory.addObserver(this); } |
