Fix the initial value of _debug_enabled in NavigationServer.

This commit is contained in:
Relintai 2023-08-30 15:04:11 +02:00
parent 2c3c7dcc73
commit 25ac0d8f49

View File

@ -197,7 +197,7 @@ NavigationServer::NavigationServer() {
GLOBAL_DEF("navigation/3d/use_edge_connections", true);
#ifdef DEBUG_ENABLED
_debug_enabled = true;
_debug_enabled = false;
_debug_dirty = true;
_debug_navigation_enabled = false;