Merge pull request #62601 from smix8/navigation_3d_debug_4.x

This commit is contained in:
Rémi Verschelde 2022-07-29 12:29:32 +02:00 committed by GitHub
commit 8b454f8b41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 915 additions and 62 deletions

View file

@ -2430,6 +2430,8 @@ bool Main::start() {
}
if (debug_navigation) {
sml->set_debug_navigation_hint(true);
NavigationServer3D::get_singleton()->set_active(true);
NavigationServer3D::get_singleton_mut()->set_debug_enabled(true);
}
#endif