diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-04-23 16:00:12 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-04-23 16:00:12 -0400 |
commit | 063a7a531a66ad1d83e644217a9488682d94b231 (patch) | |
tree | a8a20f5a3831172ad6797384620862b06e397cbc /indra/llcharacter/llmotioncontroller.h | |
parent | 6aa3b75224f68fffc640253ced8bf5c162acdf2d (diff) |
Improved default animations - work in progress
Diffstat (limited to 'indra/llcharacter/llmotioncontroller.h')
-rw-r--r-- | indra/llcharacter/llmotioncontroller.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llcharacter/llmotioncontroller.h b/indra/llcharacter/llmotioncontroller.h index 5c3ec223cb..83dc2d487a 100644 --- a/indra/llcharacter/llmotioncontroller.h +++ b/indra/llcharacter/llmotioncontroller.h @@ -169,6 +169,8 @@ public: bool isMotionLoading( LLMotion *motion ); LLMotion *findMotion( const LLUUID& id ) const; + void dumpMotions(); + protected: // internal operations act on motion instances directly // as there can be duplicate motions per id during blending overlap |