diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index 19187b1d7e..18558a6c1b 100644 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -7488,13 +7488,13 @@ void LLPipeline::doResetVertexBuffers(bool forced) gSky.resetVertexBuffers(); LLVOPartGroup::destroyGL(); - gGL.resetVertexBuffer(); if ( LLPathingLib::getInstance() ) { LLPathingLib::getInstance()->cleanupVBOManager(); } LLVOPartGroup::destroyGL(); + gGL.resetVertexBuffer(); SUBSYSTEM_CLEANUP(LLVertexBuffer);