diff options
Diffstat (limited to 'linden/indra/llcharacter/llmotioncontroller.h')
-rw-r--r-- | linden/indra/llcharacter/llmotioncontroller.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llcharacter/llmotioncontroller.h b/linden/indra/llcharacter/llmotioncontroller.h index 94149da..959a16a 100644 --- a/linden/indra/llcharacter/llmotioncontroller.h +++ b/linden/indra/llcharacter/llmotioncontroller.h | |||
@@ -182,7 +182,7 @@ protected: | |||
182 | void deleteAllMotions(); | 182 | void deleteAllMotions(); |
183 | void addLoadedMotion(LLMotion *motion); | 183 | void addLoadedMotion(LLMotion *motion); |
184 | BOOL activateMotion(LLMotion *motion, F32 time); | 184 | BOOL activateMotion(LLMotion *motion, F32 time); |
185 | BOOL deactivateMotion(LLMotion *motion); | 185 | BOOL deactivateMotion(LLMotion *motion, bool remove_weight); |
186 | void updateRegularMotions(); | 186 | void updateRegularMotions(); |
187 | void updateAdditiveMotions(); | 187 | void updateAdditiveMotions(); |
188 | void resetJointSignatures(); | 188 | void resetJointSignatures(); |