diff options
author | Brad Linden <brad@lindenlab.com> | 2024-06-18 17:35:32 -0700 |
---|---|---|
committer | Brad Linden <brad@lindenlab.com> | 2024-06-18 17:35:32 -0700 |
commit | 5b13c53e3165fea359d0f1af9c2d10c931f893d5 (patch) | |
tree | 4be9d049bbe46b40cb3cebbe17eeac7750acf455 /indra/newview/llvocache.cpp | |
parent | 4e593dcded0ab1cc033a9be4d0489d12a8305a7e (diff) | |
parent | c910fdda2bcd45a649592bb41cae7fbe8348fb38 (diff) |
Merge remote-tracking branch 'origin/1771-mesh-objects-do-not-display-until-you-walk-directly-over-them' into develop
resolve known conflicts early.
# Conflicts:
# indra/newview/llvocache.cpp
Diffstat (limited to 'indra/newview/llvocache.cpp')
-rw-r--r-- | indra/newview/llvocache.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvocache.cpp b/indra/newview/llvocache.cpp index c92de576f9..0fe2a3e714 100644 --- a/indra/newview/llvocache.cpp +++ b/indra/newview/llvocache.cpp @@ -540,6 +540,7 @@ bool LLVOCacheEntry::isAnyVisible(const LLVector4a& camera_origin, const LLVecto // Honestly, the entire VOCache partition system needs to be removed since it doubles the overhead of // the spatial partition system and is redundant to the object cache, but this is a start // - davep 2024.06.07 + LLOcclusionCullingGroup* group = (LLOcclusionCullingGroup*)getGroup(); if(!group) { |