diff options
| -rw-r--r-- | indra/llrender/llvertexbuffer.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llrender/llvertexbuffer.cpp b/indra/llrender/llvertexbuffer.cpp index 199699449a..5756ccdcd5 100644 --- a/indra/llrender/llvertexbuffer.cpp +++ b/indra/llrender/llvertexbuffer.cpp @@ -560,8 +560,8 @@ void LLVertexBuffer::initClass(bool use_vbo, bool no_vbo_mapping)  	sDisableVBOMapping = sEnableVBOs && no_vbo_mapping ;  	if(!sPrivatePoolp) -	{ -		sPrivatePoolp = LLPrivateMemoryPoolManager::getInstance()->newPool(LLPrivateMemoryPool::STATIC) ; +	{ //disable private pool for now -- lots of memory allocations failing for vertex buffers erroneously +		//sPrivatePoolp = LLPrivateMemoryPoolManager::getInstance()->newPool(LLPrivateMemoryPool::STATIC) ;  	}  }  | 
