Merge pull request #62601 from smix8/navigation_3d_debug_4.x
This commit is contained in:
commit
8b454f8b41
12 changed files with 915 additions and 62 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue