diff --git a/scene/main/scene_tree.h b/scene/main/scene_tree.h index 8833625cf..30c2a4385 100644 --- a/scene/main/scene_tree.h +++ b/scene/main/scene_tree.h @@ -181,13 +181,9 @@ private: Color debug_collisions_color; Color debug_collision_contact_color; - Color debug_navigation_color; - Color debug_navigation_disabled_color; Color debug_paths_color; float debug_paths_width = 1.0f; Ref debug_contact_mesh; - Ref navigation_material; - Ref navigation_disabled_material; Ref debug_paths_material; Ref collision_material; int collision_debug_contacts;