From 50eb21ce23025bbf1661f8f2f11075062d5ce12c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Liru=20F=C3=A6rs?= Date: Tue, 7 Jan 2020 16:48:27 -0500 Subject: [PATCH] This never got reset... weird --- indra/newview/llagent.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/indra/newview/llagent.cpp b/indra/newview/llagent.cpp index 7669b3033..f820919fa 100644 --- a/indra/newview/llagent.cpp +++ b/indra/newview/llagent.cpp @@ -1726,6 +1726,7 @@ void LLAgent::stopAutoPilot(BOOL user_cancel) mAutoPilotFinishedCallback = NULL; } mLeaderID = LLUUID::null; + mAutoPilotNoProgressFrameCount = 0; setControlFlags(AGENT_CONTROL_STOP);