summaryrefslogtreecommitdiff
path: root/scene/3d
diff options
context:
space:
mode:
authorAndrea Catania <info@andreacatania.com>2020-03-19 18:05:31 +0100
committerAndrea Catania <info@andreacatania.com>2020-03-19 18:05:31 +0100
commitc7cf624836c50807560b6efa46261e417f9c3295 (patch)
tree0433cdc874672b28cd6eaaa16a52335e101c8c54 /scene/3d
parent750d7ea359a25aa49a086f7b906951201b1c819e (diff)
Fixes navigation path reset
Diffstat (limited to 'scene/3d')
-rw-r--r--scene/3d/navigation_agent.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/3d/navigation_agent.cpp b/scene/3d/navigation_agent.cpp
index 728fc947e9..3da1ea66d6 100644
--- a/scene/3d/navigation_agent.cpp
+++ b/scene/3d/navigation_agent.cpp
@@ -234,6 +234,7 @@ void NavigationAgent::set_target_location(Vector3 p_location) {
navigation_path.clear();
target_reached = false;
navigation_finished = false;
+ update_frame_id = 0;
}
Vector3 NavigationAgent::get_target_location() const {