mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-22 11:56:49 +01:00
Fix the initial value of _debug_enabled in NavigationServer.
This commit is contained in:
parent
2c3c7dcc73
commit
25ac0d8f49
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user