diff options
author | Kyler Eastridge <felix.wolfz@gmail.com> | 2023-10-07 16:54:30 -0400 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2023-10-19 01:26:43 +0300 |
commit | 02ca44eea58b3311f5879309c1e310e893a41b1e (patch) | |
tree | da245f37774d0e11d1d1e4affe888da3d67ac62a /indra/llcharacter/llmultigesture.cpp | |
parent | 0f742298deab3d2718a532fe36a473d2d3a6b38c (diff) |
[BUG-234493] Add "Until key release" to the gesture "Wait"
Diffstat (limited to 'indra/llcharacter/llmultigesture.cpp')
-rw-r--r-- | indra/llcharacter/llmultigesture.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llcharacter/llmultigesture.cpp b/indra/llcharacter/llmultigesture.cpp index 7ed242f90a..511d931569 100644 --- a/indra/llcharacter/llmultigesture.cpp +++ b/indra/llcharacter/llmultigesture.cpp @@ -68,6 +68,8 @@ void LLMultiGesture::reset() mCurrentStep = 0; mWaitTimer.reset(); mWaitingTimer = FALSE; + mTriggeredByKey = FALSE; + mKeyReleased = FALSE; mWaitingAnimations = FALSE; mWaitingAtEnd = FALSE; mRequestedAnimIDs.clear(); |