summaryrefslogtreecommitdiff
path: root/indra/newview/pipeline.cpp
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2024-09-17 12:43:47 -0500
committerGitHub <noreply@github.com>2024-09-17 12:43:47 -0500
commit870ffbd55b4ffdfad27edf8824de0c9cbc577a80 (patch)
tree7535ee2e328c8ec1fb1238eeae4f29737ee3a016 /indra/newview/pipeline.cpp
parentf378d2f95ad751ccf7456f79baba61d6c39f5c36 (diff)
Suppress mapBuffer warnings. (#2584)
Diffstat (limited to 'indra/newview/pipeline.cpp')
-rw-r--r--indra/newview/pipeline.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp
index 13dfd48643..33683416a2 100644
--- a/indra/newview/pipeline.cpp
+++ b/indra/newview/pipeline.cpp
@@ -3731,6 +3731,7 @@ void LLPipeline::postSort(LLCamera &camera)
}
}
+ LLVertexBuffer::flushBuffers();
// LLSpatialGroup::sNoDelete = false;
LL_PUSH_CALLSTACKS();
}