diff options
| -rwxr-xr-x | indra/llprimitive/llmodel.cpp | 2 | ||||
| -rwxr-xr-x | indra/newview/llmeshrepository.cpp | 8 | ||||
| -rwxr-xr-x | install.xml | 4 | 
3 files changed, 7 insertions, 7 deletions
| diff --git a/indra/llprimitive/llmodel.cpp b/indra/llprimitive/llmodel.cpp index eed82f924b..2284ca0bee 100755 --- a/indra/llprimitive/llmodel.cpp +++ b/indra/llprimitive/llmodel.cpp @@ -66,7 +66,7 @@ LLModel::~LLModel()  {  	if (mDecompID >= 0)  	{ -		LLConvexDecomposition::getInstance()->deleteDecomposition(mDecompID); +//		LLConvexDecomposition::getInstance()->deleteDecomposition(mDecompID);  	}  } diff --git a/indra/newview/llmeshrepository.cpp b/indra/newview/llmeshrepository.cpp index 8e869b2d5b..fb686fccd7 100755 --- a/indra/newview/llmeshrepository.cpp +++ b/indra/newview/llmeshrepository.cpp @@ -3532,7 +3532,7 @@ void LLPhysicsDecomp::run()  	if (!stages)  	{ -		num_stages = decomp->getStages(&stages); +		//num_stages = decomp->getStages(&stages);  	}  	for (S32 i = 0; i < num_stages; i++) @@ -3554,9 +3554,9 @@ void LLPhysicsDecomp::run()  			S32& id = *(mCurRequest->mDecompID);  			if (id == -1)  			{ -				decomp->genDecomposition(id); +				//decomp->genDecomposition(id);  			} -			decomp->bindDecomposition(id); +			//decomp->bindDecomposition(id);  			if (mCurRequest->mStage == "single_hull")  			{ @@ -3569,7 +3569,7 @@ void LLPhysicsDecomp::run()  		}  	} -	decomp->quitThread(); +	//decomp->quitThread();  	if (mSignal->isLocked())  	{ //let go of mSignal's associated mutex diff --git a/install.xml b/install.xml index bae3ff707b..ed7ffd29b2 100755 --- a/install.xml +++ b/install.xml @@ -306,9 +306,9 @@            <key>linux</key>            <map>              <key>md5sum</key> -            <string>9c9b629b62bf874d550c430ad678dc04</string> +            <string>a20e73f2e7d6a032ff25a5161b1b7394</string>              <key>url</key> -            <uri>https://s3.amazonaws.com/automated-builds-secondlife-com/hg/repo/brad_curl-autobuild/rev/216961/arch/Linux/installer/curl-7.21.1-linux-20101215.tar.bz2</uri> +            <uri>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/curl-7.20.1-linux-20100527.tar.bz2</uri>            </map>            <key>linux64</key>            <map> | 
