summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview')
-rwxr-xr-xindra/newview/llmeshrepository.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/indra/newview/llmeshrepository.cpp b/indra/newview/llmeshrepository.cpp
index edcf249a21..b46b368452 100755
--- a/indra/newview/llmeshrepository.cpp
+++ b/indra/newview/llmeshrepository.cpp
@@ -3480,7 +3480,7 @@ void LLPhysicsDecomp::run()
if (!stages)
{
- num_stages = decomp->getStages(&stages);
+ //num_stages = decomp->getStages(&stages);
}
for (S32 i = 0; i < num_stages; i++)
@@ -3502,9 +3502,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")
{
@@ -3517,7 +3517,7 @@ void LLPhysicsDecomp::run()
}
}
- decomp->quitThread();
+ //decomp->quitThread();
//delete mSignal;
delete mMutex;