diff options
Diffstat (limited to 'modules/navigation/editor/navigation_mesh_editor_plugin.cpp')
-rw-r--r-- | modules/navigation/editor/navigation_mesh_editor_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/navigation/editor/navigation_mesh_editor_plugin.cpp b/modules/navigation/editor/navigation_mesh_editor_plugin.cpp index 18d66c7b69..352203f5aa 100644 --- a/modules/navigation/editor/navigation_mesh_editor_plugin.cpp +++ b/modules/navigation/editor/navigation_mesh_editor_plugin.cpp @@ -99,7 +99,7 @@ void NavigationMeshEditor::_bake_pressed() { } } - node->bake_navigation_mesh(false); + node->bake_navigation_mesh(true); node->update_gizmos(); } |