Merge pull request #63708 from smix8/navigation_fix_debug_always_on_4.x
Fix Navigation Debug always enabled
This commit is contained in:
commit
14445c96ab
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue