diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2016-06-29 09:41:06 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2016-06-29 09:41:06 -0400 |
commit | 5ebf9b3caeb95f6f196786c37847d409e94df415 (patch) | |
tree | 071bd14e260d53f74ece3aa23ec4f70327c21079 /indra/llappearance | |
parent | 7f904fbcbd878b44b2ffe6c919e96c71756eece1 (diff) |
SL-426 - strings.xml fix for pec attachments, SL-402 - diagnostics for investigation
Diffstat (limited to 'indra/llappearance')
-rw-r--r-- | indra/llappearance/llpolyskeletaldistortion.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/llappearance/llpolyskeletaldistortion.cpp b/indra/llappearance/llpolyskeletaldistortion.cpp index a427f7c754..e9750ae6f5 100644 --- a/indra/llappearance/llpolyskeletaldistortion.cpp +++ b/indra/llappearance/llpolyskeletaldistortion.cpp @@ -211,9 +211,9 @@ void LLPolySkeletalDistortion::apply( ESex avatar_sex ) // joint->storeScaleForReset( newScale ); // BENTO for detailed stack tracing of params. - //std::stringstream ostr; - //ostr << "LLPolySkeletalDistortion::apply, id " << getID() << " " << getName() << " effective wt " << effective_weight << " last wt " << mLastWeight << " scaleDelta " << scaleDelta << " offset " << offset; - //LLScopedContextString str(ostr.str()); + std::stringstream ostr; + ostr << "LLPolySkeletalDistortion::apply, id " << getID() << " " << getName() << " effective wt " << effective_weight << " last wt " << mLastWeight << " scaleDelta " << scaleDelta << " offset " << offset; + LLScopedContextString str(ostr.str()); joint->setScale(newScale); } |