aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpolymesh.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llpolymesh.h')
-rw-r--r--linden/indra/newview/llpolymesh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llpolymesh.h b/linden/indra/newview/llpolymesh.h
index 7f4f087..671bf03 100644
--- a/linden/indra/newview/llpolymesh.h
+++ b/linden/indra/newview/llpolymesh.h
@@ -150,7 +150,7 @@ public:
150class LLJointRenderData 150class LLJointRenderData
151{ 151{
152public: 152public:
153 LLJointRenderData(const LLMatrix4* world_matrix, LLSkinJoint* skin_joint) : mWorldMatrix(world_matrix), mSkinJoint(skin_joint){} 153 LLJointRenderData(const LLMatrix4* world_matrix, LLSkinJoint* skin_joint) : mWorldMatrix(world_matrix), mSkinJoint(skin_joint) {}
154 ~LLJointRenderData(){} 154 ~LLJointRenderData(){}
155 155
156 const LLMatrix4* mWorldMatrix; 156 const LLMatrix4* mWorldMatrix;