diff options
Diffstat (limited to 'indra/newview')
| -rwxr-xr-x | indra/newview/llflexibleobject.cpp | 2 | ||||
| -rwxr-xr-x | indra/newview/llmeshrepository.cpp | 2 | ||||
| -rwxr-xr-x | indra/newview/llspatialpartition.cpp | 2 | 
3 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/llflexibleobject.cpp b/indra/newview/llflexibleobject.cpp index c589bea674..3cd4367891 100755 --- a/indra/newview/llflexibleobject.cpp +++ b/indra/newview/llflexibleobject.cpp @@ -660,7 +660,7 @@ void LLVolumeImplFlexible::doFlexibleUpdate()  	mSection[i].mdPosition = (mSection[i].mPosition - mSection[i-1].mPosition) * inv_section_length;  	// Create points -	llassert(mRenderRes > -1) +	llassert(mRenderRes > -1);  	S32 num_render_sections = 1<<mRenderRes;  	if (path->getPathLength() != num_render_sections+1)  	{ diff --git a/indra/newview/llmeshrepository.cpp b/indra/newview/llmeshrepository.cpp index 77ea965136..a876e1f755 100755 --- a/indra/newview/llmeshrepository.cpp +++ b/indra/newview/llmeshrepository.cpp @@ -736,7 +736,7 @@ void LLMeshRepoThread::loadMeshLOD(const LLVolumeParams& mesh_params, S32 lod)  		if (pending != mPendingLOD.end())  		{ //append this lod request to existing header request  			pending->second.push_back(lod); -			llassert(pending->second.size() <= LLModel::NUM_LODS) +			llassert(pending->second.size() <= LLModel::NUM_LODS);  		}  		else  		{ //if no header request is pending, fetch header diff --git a/indra/newview/llspatialpartition.cpp b/indra/newview/llspatialpartition.cpp index 55c0acd3f9..86d1948baa 100755 --- a/indra/newview/llspatialpartition.cpp +++ b/indra/newview/llspatialpartition.cpp @@ -1201,7 +1201,7 @@ public:  	{  		LLSpatialGroup* group = (LLSpatialGroup*)base_group; -		llassert(!group->hasState(LLSpatialGroup::DIRTY) && !group->isEmpty()) +		llassert(!group->hasState(LLSpatialGroup::DIRTY) && !group->isEmpty());  		if (mRes < 2)  		{  | 
