aboutsummaryrefslogtreecommitdiff
path: root/scene/3d/navigation_mesh.cpp
diff options
context:
space:
mode:
authorJuan Linietsky2017-01-12 20:35:46 -0300
committerJuan Linietsky2017-01-12 20:35:46 -0300
commita2903fc51d1d20eba4dc451bdacbe477d6670163 (patch)
treebbcac01f2c30ca1e104b11321e5c7a6930f51e59 /scene/3d/navigation_mesh.cpp
parentda477b76a98ee7ca4ac16773d3baf1299e053da7 (diff)
downloadgodot-a2903fc51d1d20eba4dc451bdacbe477d6670163.tar.gz
godot-a2903fc51d1d20eba4dc451bdacbe477d6670163.tar.zst
godot-a2903fc51d1d20eba4dc451bdacbe477d6670163.zip
Diffstat (limited to 'scene/3d/navigation_mesh.cpp')
-rw-r--r--scene/3d/navigation_mesh.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/3d/navigation_mesh.cpp b/scene/3d/navigation_mesh.cpp
index 434b400e0..69c18da42 100644
--- a/scene/3d/navigation_mesh.cpp
+++ b/scene/3d/navigation_mesh.cpp
@@ -410,5 +410,6 @@ NavigationMeshInstance::NavigationMeshInstance() {
navigation=NULL;
nav_id=-1;
enabled=true;
+ set_notify_transform(true);
}