This comment forgot to be saved

This commit is contained in:
Liru Færs
2020-01-17 10:54:07 -05:00
parent 4c224def62
commit 84add2d864

View File

@@ -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;
}