diff options
| author | prep <prep@lindenlab.com> | 2012-03-22 17:15:12 -0400 | 
|---|---|---|
| committer | prep <prep@lindenlab.com> | 2012-03-22 17:15:12 -0400 | 
| commit | ac39cb923e86a88aa4750051f9567a9f3e38f06b (patch) | |
| tree | 9a55727cfee7c8f04f4aed4713538e27a4d526d9 | |
| parent | 6520a4e26e357e9bbe107f423d23127584359560 (diff) | |
Fixed header/code inconsistencies
| -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();
 | 
