From 1b506cd49cdaa62d8cc8cdd3146007f3bcecf50f Mon Sep 17 00:00:00 2001 From: smix8 <52464204+smix8@users.noreply.github.com> Date: Thu, 15 Jun 2023 15:50:41 +0200 Subject: [PATCH] Remove legacy navigation debug materials Removes legacy navigation debug materials. --- scene/main/scene_tree.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scene/main/scene_tree.h b/scene/main/scene_tree.h index 4e7a10c7e9fe..6a21a74a0947 100644 --- a/scene/main/scene_tree.h +++ b/scene/main/scene_tree.h @@ -185,12 +185,8 @@ class SceneTree : public MainLoop { Color debug_collision_contact_color; Color debug_paths_color; float debug_paths_width = 1.0f; - Color debug_navigation_color; - Color debug_navigation_disabled_color; Ref debug_contact_mesh; Ref debug_paths_material; - Ref navigation_material; - Ref navigation_disabled_material; Ref collision_material; int collision_debug_contacts;