diff options
author | Dave Parks <davep@lindenlab.com> | 2010-05-21 14:33:05 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2010-05-21 14:33:05 -0500 |
commit | 1ad56f84ef1102803986889cdd5b2a687adb557e (patch) | |
tree | 688a1b916504ada2a079d54c57fc458c8a04f74d /indra | |
parent | b35617ade2dedc9fb476283d9635cb8dc04c883d (diff) |
Line endings fix.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llviewerjointmesh.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerjointmesh.cpp b/indra/newview/llviewerjointmesh.cpp index a7e7bfadd6..91605005e3 100644 --- a/indra/newview/llviewerjointmesh.cpp +++ b/indra/newview/llviewerjointmesh.cpp @@ -797,7 +797,7 @@ void LLViewerJointMesh::updateGeometryOriginal(LLFace *mFace, LLPolyMesh *mMesh) for (U32 index = 0; index < mMesh->getNumVertices(); index++) { // equivalent to joint = floorf(weights[index]); - S32 joint = _mm_cvtt_ss2si(_mm_load_ss(weights+index));
+ S32 joint = _mm_cvtt_ss2si(_mm_load_ss(weights+index)); F32 w = weights[index] - joint; LLMatrix4a gBlendMat; |