Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
Check if we were set to update
Browse files Browse the repository at this point in the history
  • Loading branch information
Causeless committed Dec 30, 2023
1 parent 9e4b088 commit 017d4dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Entities/Actor.h
Original file line number Diff line number Diff line change
Expand Up @@ -1135,7 +1135,7 @@ ClassInfoGetters;
/// Returns whether we're waiting on a new pending movepath.
/// </summary>
/// <returns>Whether we're waiting on a new pending movepath.</returns>
bool IsWaitingOnNewMovePath() const { return m_PathRequest != nullptr; }
bool IsWaitingOnNewMovePath() const { return m_PathRequest != nullptr || m_UpdateMovePath; }

/// <summary>
/// Estimates what material strength this actor can penetrate.
Expand Down

0 comments on commit 017d4dc

Please sign in to comment.