Skip to content

Commit

Permalink
Don't warn when falling back to NavigationMeshGeneratorDummy.
Browse files Browse the repository at this point in the history
  • Loading branch information
Relintai committed Dec 30, 2023
1 parent 70d3d54 commit 7c216fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ void initialize_navigation_mesh_generator() {

// Fall back to dummy if no default server has been registered.
if (!navigation_mesh_generator) {
ERR_PRINT("No NavigationMeshGenerator implementation has been registered! Falling back to a dummy implementation: navigation mesh baking features will be unavailable.");
//ERR_PRINT("No NavigationMeshGenerator implementation has been registered! Falling back to a dummy implementation: navigation mesh baking features will be unavailable.");
navigation_mesh_generator = memnew(NavigationMeshGeneratorDummy);
}

Expand Down

0 comments on commit 7c216fd

Please sign in to comment.