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:
parent
66d1bb84c3
commit
30c6fff214
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue