Skip to content

Commit afa1305

Browse files
committed
viewer#3001 Fix doubletap run
1 parent 4319629 commit afa1305

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

indra/newview/llviewerinput.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,9 @@ static void agent_handle_doubletap_run(EKeystate s, LLAgent::EDoubleTapRunMode m
158158

159159
static void agent_push_forwardbackward( EKeystate s, S32 direction, LLAgent::EDoubleTapRunMode mode )
160160
{
161+
agent_handle_doubletap_run(s, mode);
162+
if (KEYSTATE_UP == s) return;
163+
161164
F32 time = gKeyboard->getCurKeyElapsedTime();
162165
S32 frame_count = ll_round(gKeyboard->getCurKeyElapsedFrameCount());
163166

0 commit comments

Comments
 (0)