diff options
author | smix8 <52464204+smix8@users.noreply.github.com> | 2023-06-15 15:50:41 +0200 |
---|---|---|
committer | smix8 <52464204+smix8@users.noreply.github.com> | 2023-06-15 16:33:55 +0200 |
commit | 1b506cd49cdaa62d8cc8cdd3146007f3bcecf50f (patch) | |
tree | b2a934b57b612cb314311b8e99bf6466e4c777ef | |
parent | 824820d73a7a709f61950e74ff72392ab3f8be60 (diff) | |
download | redot-engine-1b506cd49cdaa62d8cc8cdd3146007f3bcecf50f.tar.gz |
Remove legacy navigation debug materials
Removes legacy navigation debug materials.
-rw-r--r-- | scene/main/scene_tree.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scene/main/scene_tree.h b/scene/main/scene_tree.h index 4e7a10c7e9..6a21a74a09 100644 --- a/scene/main/scene_tree.h +++ b/scene/main/scene_tree.h @@ -185,12 +185,8 @@ private: 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<ArrayMesh> debug_contact_mesh; Ref<Material> debug_paths_material; - Ref<Material> navigation_material; - Ref<Material> navigation_disabled_material; Ref<Material> collision_material; int collision_debug_contacts; |