From 84add2d8644ac208a3d186092d47a4cdc02d7095 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Liru=20F=C3=A6rs?= Date: Fri, 17 Jan 2020 10:54:07 -0500 Subject: [PATCH] This comment forgot to be saved --- indra/newview/llagent.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llagent.cpp b/indra/newview/llagent.cpp index c24556315..2b976907e 100644 --- a/indra/newview/llagent.cpp +++ b/indra/newview/llagent.cpp @@ -1851,7 +1851,7 @@ void LLAgent::autoPilot(F32 *delta_yaw) follow = 3; // We're close enough, indicate no walking } } - if (old_pos != mAutoPilotTargetGlobal) + if (old_pos != mAutoPilotTargetGlobal) // Reset if position changes mAutoPilotNoProgressFrameCount = 0; }