diff options
author | prep <prep@lindenlab.com> | 2011-03-30 15:04:51 -0400 |
---|---|---|
committer | prep <prep@lindenlab.com> | 2011-03-30 15:04:51 -0400 |
commit | 5aeac734bcfe92364a982dc31dcd6d483df25eac (patch) | |
tree | 19af817f139f2d2092318cb1223e0f23770d1b40 /indra | |
parent | 080c5fe08382cf70042350e2812cab1513fb8a16 (diff) |
Comment update
Diffstat (limited to 'indra')
-rwxr-xr-x | indra/newview/llfloatermodelpreview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloatermodelpreview.cpp b/indra/newview/llfloatermodelpreview.cpp index 73405c294c..99256e1dc1 100755 --- a/indra/newview/llfloatermodelpreview.cpp +++ b/indra/newview/llfloatermodelpreview.cpp @@ -2536,7 +2536,7 @@ U32 LLModelPreview::calcResourceCost() instance.mLOD[LLModel::LOD_PHYSICS]->mPhysics.mHull : instance.mModel->mPhysics.mHull; - //update instance skin info for each lod + //update instance skin info for each lods pelvisZoffset for ( int j=0; j<LLModel::NUM_LODS; ++j ) { if ( instance.mLOD[j] ) |