diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2013-07-30 22:05:12 -0600 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2013-07-30 22:05:12 -0600 |
commit | 15fe4b3bbaf139960f934b629c236092182ed297 (patch) | |
tree | 4b5f7d22d0f32b0619a81c968e3ee26ff2d7f005 /indra/newview/llviewerregion.h | |
parent | 4cca9ba279f908f206fa5e32adccf1038f05cc7f (diff) |
fix for SH-4297: interesting: viewer-interesting starts loading cached scene late
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 2ac934d19c..366462e22f 100755 --- a/indra/newview/llviewerregion.h +++ b/indra/newview/llviewerregion.h @@ -370,8 +370,8 @@ private: void replaceVisibleCacheEntry(LLVOCacheEntry* old_entry, LLVOCacheEntry* new_entry); void killCacheEntry(LLVOCacheEntry* entry); //physically delete the cache entry - F32 killInvisibleObjects(F32 max_time); - F32 createVisibleObjects(F32 max_time); + F32 killInvisibleObjects(F32 max_time, S32 throttle); + F32 createVisibleObjects(F32 max_time, S32 throttle); F32 updateVisibleEntries(F32 max_time); //update visible entries void addCacheMiss(U32 id, LLViewerRegion::eCacheMissType miss_type); |