diff options
Diffstat (limited to 'indra/newview/pipeline.cpp')
-rw-r--r-- | indra/newview/pipeline.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index f91dfa7c27..c58b216c6a 100644 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -6283,7 +6283,7 @@ void LLPipeline::doResetVertexBuffers() if ( LLPathingLib::getInstance() )
{
- LLPathingLib::getInstance()->cleanupVBOManger();
+ LLPathingLib::getInstance()->cleanupVBOManager();
}
LLVertexBuffer::cleanupClass();
|