summaryrefslogtreecommitdiff
path: root/indra/newview/llagent.cpp
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2026-02-11 23:54:07 +0200
committerAndrey Lihatskiy <118752495+marchcat@users.noreply.github.com>2026-02-11 23:57:23 +0200
commit5386d142b7a1dd5492b02f8fa1d9870e9d1fe834 (patch)
tree30697d423145a638b99465249f9d344d53828345 /indra/newview/llagent.cpp
parent56d323ac8885a1191109a89eabc93d63875fb767 (diff)
#5409 Post-merge fix: variable name mismatch
Diffstat (limited to 'indra/newview/llagent.cpp')
-rw-r--r--indra/newview/llagent.cpp2
1 files changed, 1 insertions, 1 deletions
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);
}