Skip to content

Commit

Permalink
Remove legacy navigation debug materials
Browse files Browse the repository at this point in the history
Removes legacy navigation debug materials.
  • Loading branch information
smix8 committed Jun 15, 2023
1 parent 824820d commit 1b506cd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scene/main/scene_tree.h
Original file line number Diff line number Diff line change
Expand Up @@ -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<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;

Expand Down

0 comments on commit 1b506cd

Please sign in to comment.