diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2013-10-16 20:59:13 -0600 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2013-10-16 20:59:13 -0600 |
commit | 2b4dfefda216a0333426ac2a8f06d23ee6ef0aee (patch) | |
tree | 59510a8ba3c9c78ea90128855d069f2efda4fdd3 /indra/newview/llvocache.h | |
parent | 816c86a3cbb86ac2ffe9419fccee27219152190d (diff) |
more fix for SH-4552: Interesting: objects sometimes fail to load after teleport.
Diffstat (limited to 'indra/newview/llvocache.h')
-rwxr-xr-x | indra/newview/llvocache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvocache.h b/indra/newview/llvocache.h index eef364dd5d..21b30f5373 100755 --- a/indra/newview/llvocache.h +++ b/indra/newview/llvocache.h @@ -103,7 +103,7 @@ public: void recordHit(); void recordDupe() { mDupeCount++; } - void moveTo(LLVOCacheEntry* new_entry); //copy variables + void moveTo(LLVOCacheEntry* new_entry, bool no_entry_move = false); //copy variables /*virtual*/ void setOctreeEntry(LLViewerOctreeEntry* entry); void setParentID(U32 id) {mParentID = id;} |