diff options
author | Tofu Buzzard <no-email> | 2011-01-08 15:08:57 +0000 |
---|---|---|
committer | Tofu Buzzard <no-email> | 2011-01-08 15:08:57 +0000 |
commit | 139dddda8f416782d69f39b22c2665c4a196877a (patch) | |
tree | 523cbf6b928ccf0b580ff3737bca07ef9a9b1745 /indra/newview/llmeshrepository.cpp | |
parent | 92018853e2c9d6151e342c0b483a02fd0599a41f (diff) |
local build kludges.
(transplanted from b22a24247bdb5df1f9325f250d23adbdd915469e)
Diffstat (limited to 'indra/newview/llmeshrepository.cpp')
-rwxr-xr-x | indra/newview/llmeshrepository.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/indra/newview/llmeshrepository.cpp b/indra/newview/llmeshrepository.cpp index b772999ee2..4e25a13af2 100755 --- a/indra/newview/llmeshrepository.cpp +++ b/indra/newview/llmeshrepository.cpp @@ -3468,7 +3468,7 @@ void LLPhysicsDecomp::run() if (!stages) { - num_stages = decomp->getStages(&stages); + //num_stages = decomp->getStages(&stages); } for (S32 i = 0; i < num_stages; i++) @@ -3490,9 +3490,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") { @@ -3505,7 +3505,7 @@ void LLPhysicsDecomp::run() } } - decomp->quitThread(); + //decomp->quitThread(); //delete mSignal; delete mMutex; |