diff options
Diffstat (limited to 'indra/llappearance/lljointdata.h')
-rw-r--r-- | indra/llappearance/lljointdata.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llappearance/lljointdata.h b/indra/llappearance/lljointdata.h index 0b5eff2ae7..2fc26198ee 100644 --- a/indra/llappearance/lljointdata.h +++ b/indra/llappearance/lljointdata.h @@ -34,6 +34,7 @@ class LLJointData { public: std::string mName; + std::string mGroup; glm::mat4 mJointMatrix; glm::mat4 mRestMatrix; glm::vec3 mScale; |