Use threads for baking navigation mesh inside editor
Enables threaded navigation mesh baking inside the editor.
This commit is contained in:
@ -99,7 +99,7 @@ void NavigationMeshEditor::_bake_pressed() {
|
||||
}
|
||||
}
|
||||
|
||||
node->bake_navigation_mesh(false);
|
||||
node->bake_navigation_mesh(true);
|
||||
|
||||
node->update_gizmos();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user