diff options
Diffstat (limited to 'linden/indra/newview/llpolymesh.h')
-rw-r--r-- | linden/indra/newview/llpolymesh.h | 2 |
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: | |||
150 | class LLJointRenderData | 150 | class LLJointRenderData |
151 | { | 151 | { |
152 | public: | 152 | public: |
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; |