summaryrefslogtreecommitdiff
path: root/indra/llcharacter/llmotioncontroller.h
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2010-05-06 19:10:11 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2010-05-06 19:10:11 -0400
commit6081ad52c3711010e03c26679849921d4e5968bc (patch)
treeb2c1966620d41b4d0d08f55d91b20e2555e6e6d4 /indra/llcharacter/llmotioncontroller.h
parent29740b0e3dee7f124cc8790ec5f1e444b3bcda79 (diff)
Improved default animations - work in progress
Diffstat (limited to 'indra/llcharacter/llmotioncontroller.h')
-rw-r--r--indra/llcharacter/llmotioncontroller.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/llcharacter/llmotioncontroller.h b/indra/llcharacter/llmotioncontroller.h
index 30ab0cbdc9..f8bf5ac289 100644
--- a/indra/llcharacter/llmotioncontroller.h
+++ b/indra/llcharacter/llmotioncontroller.h
@@ -171,7 +171,9 @@ public:
LLMotion *findMotion( const LLUUID& id ) const;
void dumpMotions();
-
+
+ const LLFrameTimer& getFrameTimer() { return mTimer; }
+
protected:
// internal operations act on motion instances directly
// as there can be duplicate motions per id during blending overlap