From 017d4dcb46df49d30183e810acad631eaf09dddc Mon Sep 17 00:00:00 2001 From: Causeless Date: Sat, 30 Dec 2023 18:04:48 +0000 Subject: [PATCH] Check if we were set to update --- Entities/Actor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Entities/Actor.h b/Entities/Actor.h index 3cf1bc7de..1f1f0e648 100644 --- a/Entities/Actor.h +++ b/Entities/Actor.h @@ -1135,7 +1135,7 @@ ClassInfoGetters; /// Returns whether we're waiting on a new pending movepath. /// /// Whether we're waiting on a new pending movepath. - bool IsWaitingOnNewMovePath() const { return m_PathRequest != nullptr; } + bool IsWaitingOnNewMovePath() const { return m_PathRequest != nullptr || m_UpdateMovePath; } /// /// Estimates what material strength this actor can penetrate.