summaryrefslogtreecommitdiff
path: root/indra/llappearance/llpolyskeletaldistortion.h
diff options
context:
space:
mode:
authorNyx Linden <nyx@lindenlab.com>2013-01-25 17:58:11 -0500
committerNyx Linden <nyx@lindenlab.com>2013-01-25 17:58:11 -0500
commit438ceeb008b7c4eec0fc48894935289ca352fc65 (patch)
treec14813597483c0caeafed02e8820458fa9562a03 /indra/llappearance/llpolyskeletaldistortion.h
parent11fe124ae96721b0d0f960732e8628fe0e2f84c4 (diff)
BUILDFIX: merge cleanup
A couple of merge issues that caused the resulting code to not build.
Diffstat (limited to 'indra/llappearance/llpolyskeletaldistortion.h')
-rw-r--r--indra/llappearance/llpolyskeletaldistortion.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llappearance/llpolyskeletaldistortion.h b/indra/llappearance/llpolyskeletaldistortion.h
index 170f8e8771..774bc7dfa2 100644
--- a/indra/llappearance/llpolyskeletaldistortion.h
+++ b/indra/llappearance/llpolyskeletaldistortion.h
@@ -119,7 +119,7 @@ public:
/*virtual*/ const LLVector4a* getNextDistortion(U32 *index, LLPolyMesh **poly_mesh){index = 0; poly_mesh = NULL; return NULL;};
protected:
- LL_ALIGN_16(LLVector4a>-mDefaultVec);
+ LL_ALIGN_16(LLVector4a mDefaultVec);
typedef std::map<LLJoint*, LLVector3> joint_vec_map_t;
joint_vec_map_t mJointScales;
joint_vec_map_t mJointOffsets;