diff options
author | Dave Parks <davep@lindenlab.com> | 2023-02-27 10:42:53 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2023-02-27 10:42:53 -0600 |
commit | 4ec8844f012f27ddd0ab9aa6a3098273c7bb0ac1 (patch) | |
tree | 2c92393df0209ba5203d0d5d9da105834ecf5820 /indra/newview/llspatialpartition.cpp | |
parent | 61a6054e3ae4a9e63b6d96901ed8b4720205c3ed (diff) |
DRTVWR-559 Fix for occlusion culling going off the rails when settings change -- remove LLPipeline::resetVertexBuffers and add a sanity check to how long we wait for a query to be "available".
Diffstat (limited to 'indra/newview/llspatialpartition.cpp')
-rw-r--r-- | indra/newview/llspatialpartition.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llspatialpartition.cpp b/indra/newview/llspatialpartition.cpp index 764131ab79..35e11b8991 100644 --- a/indra/newview/llspatialpartition.cpp +++ b/indra/newview/llspatialpartition.cpp @@ -3234,6 +3234,7 @@ public: renderAgentTarget(avatar); } +#if 0 if (gDebugGL) { for (U32 i = 0; i < drawable->getNumFaces(); ++i) @@ -3259,6 +3260,7 @@ public: } } } +#endif } for (LLSpatialGroup::draw_map_t::iterator i = group->mDrawMap.begin(); i != group->mDrawMap.end(); ++i) |