diff options
author | RunitaiLinden <davep@lindenlab.com> | 2023-04-03 17:22:40 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-03 15:22:40 -0700 |
commit | 7c831d115b55b96129806353a51a01dcf2bcebba (patch) | |
tree | 03d2a767ff5c4ce0200dbe5e44fa431cd0ed399c /indra/newview/llviewerregion.h | |
parent | 982281b6cbba2db8757c906d1c8d5053f1c6696b (diff) |
SL-18458 Make LLVOCache the one source of truth on most recently received overrides. (#147)
Diffstat (limited to 'indra/newview/llviewerregion.h')
-rw-r--r-- | indra/newview/llviewerregion.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llviewerregion.h b/indra/newview/llviewerregion.h index b132a3a5f3..fe0fdfb930 100644 --- a/indra/newview/llviewerregion.h +++ b/indra/newview/llviewerregion.h @@ -426,6 +426,8 @@ private: public: void loadCacheMiscExtras(U32 local_id); + void applyCacheMiscExtras(LLViewerObject* obj); + struct CompareDistance { bool operator()(const LLViewerRegion* const& lhs, const LLViewerRegion* const& rhs) |