|
@@ -132,7 +132,6 @@ private:
|
|
bool debug_collisions_hint = false;
|
|
bool debug_collisions_hint = false;
|
|
bool debug_paths_hint = false;
|
|
bool debug_paths_hint = false;
|
|
bool debug_navigation_hint = false;
|
|
bool debug_navigation_hint = false;
|
|
- bool debug_avoidance_hint = false;
|
|
|
|
#endif
|
|
#endif
|
|
bool paused = false;
|
|
bool paused = false;
|
|
int root_lock = 0;
|
|
int root_lock = 0;
|
|
@@ -347,9 +346,6 @@ public:
|
|
|
|
|
|
void set_debug_navigation_hint(bool p_enabled);
|
|
void set_debug_navigation_hint(bool p_enabled);
|
|
bool is_debugging_navigation_hint() const;
|
|
bool is_debugging_navigation_hint() const;
|
|
-
|
|
|
|
- void set_debug_avoidance_hint(bool p_enabled);
|
|
|
|
- bool is_debugging_avoidance_hint() const;
|
|
|
|
#else
|
|
#else
|
|
void set_debug_collisions_hint(bool p_enabled) {}
|
|
void set_debug_collisions_hint(bool p_enabled) {}
|
|
bool is_debugging_collisions_hint() const { return false; }
|
|
bool is_debugging_collisions_hint() const { return false; }
|