From 5386d142b7a1dd5492b02f8fa1d9870e9d1fe834 Mon Sep 17 00:00:00 2001 From: Andrey Lihatskiy Date: Wed, 11 Feb 2026 23:54:07 +0200 Subject: #5409 Post-merge fix: variable name mismatch --- indra/newview/llagent.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview/llagent.cpp') diff --git a/indra/newview/llagent.cpp b/indra/newview/llagent.cpp index e3f9debd2f..3ab87cac13 100644 --- a/indra/newview/llagent.cpp +++ b/indra/newview/llagent.cpp @@ -783,7 +783,7 @@ void LLAgent::moveUp(S32 direction) { if (!getFlying()) { - mLastJumpRequestTime = LLTimer::getTotalSeconds(); + mLastJumpInputTime = LLTimer::getTotalSeconds(); } setControlFlags(AGENT_CONTROL_UP_POS | AGENT_CONTROL_FAST_UP); } -- cgit v1.3