Move this where it is in the LL viewer...

master
Ansariel 2022-06-15 10:41:05 +02:00
parent 7d904ef68b
commit 8a111fd155
1 changed files with 1 additions and 1 deletions

View File

@ -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);