We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e4b088 commit 017d4dcCopy full SHA for 017d4dc
Entities/Actor.h
@@ -1135,7 +1135,7 @@ ClassInfoGetters;
1135
/// Returns whether we're waiting on a new pending movepath.
1136
/// </summary>
1137
/// <returns>Whether we're waiting on a new pending movepath.</returns>
1138
- bool IsWaitingOnNewMovePath() const { return m_PathRequest != nullptr; }
+ bool IsWaitingOnNewMovePath() const { return m_PathRequest != nullptr || m_UpdateMovePath; }
1139
1140
/// <summary>
1141
/// Estimates what material strength this actor can penetrate.
0 commit comments