Skip to content

Commit

Permalink
Merge pull request #63708 from smix8/navigation_fix_debug_always_on_4.x
Browse files Browse the repository at this point in the history
Fix Navigation Debug always enabled
  • Loading branch information
akien-mga authored Jul 31, 2022
2 parents bd58300 + 30c6fff commit 14445c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servers/navigation_server_3d.h
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ class NavigationServer3D : public Object {
virtual ~NavigationServer3D();

#ifdef DEBUG_ENABLED
bool debug_enabled = true;
bool debug_enabled = false;
bool debug_dirty = true;
void _emit_navigation_debug_changed_signal();

Expand Down

0 comments on commit 14445c9

Please sign in to comment.