diff options
author | Alexander Gavriliuk <alexandrgproductengine@lindenlab.com> | 2024-04-25 23:25:57 +0200 |
---|---|---|
committer | Guru <alexandrgproductengine@lindenlab.com> | 2024-04-28 18:27:50 +0200 |
commit | 7d87e41bbd5d4761b1eb17e49b7a00b948d84213 (patch) | |
tree | 668039d1e295db2980c29562d9b8612a630fbfd1 /indra/llcharacter/llkeyframemotion.h | |
parent | 5f4d312c8d2b6ba0fd13279ccfc569acd4f37c82 (diff) |
secondlife/viewer#1331 The animation with null id is attempted to fetch
Diffstat (limited to 'indra/llcharacter/llkeyframemotion.h')
-rw-r--r-- | indra/llcharacter/llkeyframemotion.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/llcharacter/llkeyframemotion.h b/indra/llcharacter/llkeyframemotion.h index 4acebeba27..be9f35d3e4 100644 --- a/indra/llcharacter/llkeyframemotion.h +++ b/indra/llcharacter/llkeyframemotion.h @@ -412,7 +412,9 @@ public: // mEmoteName is a facial motion, but it's necessary to appear here so that it's cached. // TODO: LLKeyframeDataCache::getKeyframeData should probably return a class containing // JointMotionList and mEmoteName, see LLKeyframeMotion::onInitialize. - std::string mEmoteName; + std::string mEmoteName; + LLUUID mEmoteID; + public: JointMotionList(); ~JointMotionList(); |