diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2013-12-04 12:36:28 -0700 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2013-12-04 12:36:28 -0700 |
commit | 4a3e01f8dc1e8cf38183c9be564c7f4fa5dd49d3 (patch) | |
tree | 4f388c785352c825f9a8ab2402fea063a2d0f2c8 /indra/newview/llviewerregion.h | |
parent | d8e92867162f8c4ff9489d8eefde53546e907dff (diff) |
fix for SH-4631: Parts of linked objects are not shown in new release Second Life 3.6.11
Diffstat (limited to 'indra/newview/llviewerregion.h')
-rwxr-xr-x | indra/newview/llviewerregion.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llviewerregion.h b/indra/newview/llviewerregion.h index a789cc6715..6c20282ecd 100755 --- a/indra/newview/llviewerregion.h +++ b/indra/newview/llviewerregion.h @@ -335,8 +335,8 @@ public: bool probeCache(U32 local_id, U32 crc, U32 flags, U8 &cache_miss_type); void requestCacheMisses(); void addCacheMissFull(const U32 local_id); - //remove from object cache if the object receives a full-update or terse update - LLViewerObject* forceToRemoveFromCache(U32 local_id, LLViewerObject* objectp); + //update object cache if the object receives a full-update or terse update + LLViewerObject* updateCacheEntry(U32 local_id, LLViewerObject* objectp, U32 update_type); void findOrphans(U32 parent_id); void clearCachedVisibleObjects(); void dumpCache(); |