From 02ca44eea58b3311f5879309c1e310e893a41b1e Mon Sep 17 00:00:00 2001 From: Kyler Eastridge Date: Sat, 7 Oct 2023 16:54:30 -0400 Subject: [BUG-234493] Add "Until key release" to the gesture "Wait" --- indra/llcharacter/llmultigesture.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indra/llcharacter/llmultigesture.cpp') 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(); -- cgit v1.2.3