diff --git a/modules/navigation_mesh_generator/editor/navigation_mesh_editor_plugin.cpp b/modules/navigation_mesh_generator/editor/navigation_mesh_editor_plugin.cpp index 6436d8455..6af6871f3 100644 --- a/modules/navigation_mesh_generator/editor/navigation_mesh_editor_plugin.cpp +++ b/modules/navigation_mesh_generator/editor/navigation_mesh_editor_plugin.cpp @@ -100,7 +100,7 @@ void NavigationMeshEditor::_bake_pressed() { } } - node->bake_navigation_mesh(true); + node->bake_navigation_mesh(false); node->update_gizmos(); }