diff options
| -rw-r--r-- | indra/newview/llviewermenu.cpp | 2 | ||||
| -rw-r--r-- | indra/newview/pipeline.cpp | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/indra/newview/llviewermenu.cpp b/indra/newview/llviewermenu.cpp index 390cad65c4..227f08e26c 100644 --- a/indra/newview/llviewermenu.cpp +++ b/indra/newview/llviewermenu.cpp @@ -3242,7 +3242,7 @@ void append_aggregate(std::string& string, const LLAggregatePermissions& ag_perm  bool enable_buy_object()  {      // In order to buy, there must only be 1 purchaseable object in -    // the selection manger. +    // the selection manager.  	if(LLSelectMgr::getInstance()->getSelection()->getRootObjectCount() != 1) return false;      LLViewerObject* obj = NULL;      LLSelectNode* node = LLSelectMgr::getInstance()->getSelection()->getFirstRootNode(); 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();
 | 
