Fix Navigation Debug always enabled

Fixes that Navigation Debug is always enabled in debug builds even while "Visible Navigation" is turned off.
This commit is contained in:
smix8 2022-07-31 05:44:39 +02:00
parent 66d1bb84c3
commit 30c6fff214
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ public:
virtual ~NavigationServer3D();
#ifdef DEBUG_ENABLED
bool debug_enabled = true;
bool debug_enabled = false;
bool debug_dirty = true;
void _emit_navigation_debug_changed_signal();