mirror of
https://github.com/godotengine/godot.git
synced 2024-12-02 17:12:43 +00:00
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
@ -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
Block a user