diff options
author | Andrea Catania <info@andreacatania.com> | 2020-02-21 12:19:24 +0100 |
---|---|---|
committer | Andrea Catania <info@andreacatania.com> | 2020-02-27 17:45:16 +0100 |
commit | 2e0fb66c6f5dd280a28bffb1233e400afa1a698d (patch) | |
tree | 66fbd7942070c7dcf49264eb8eacead0ffad6359 /modules | |
parent | 3b64ecbc4b2dcc1fe254406aa5b3272b2d7d4876 (diff) |
Renamed PlaneShape to WorldMarginShape
Diffstat (limited to 'modules')
-rw-r--r-- | modules/gdnavigation/navigation_mesh_generator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdnavigation/navigation_mesh_generator.cpp b/modules/gdnavigation/navigation_mesh_generator.cpp index 7f8761dac8..e7038b38a2 100644 --- a/modules/gdnavigation/navigation_mesh_generator.cpp +++ b/modules/gdnavigation/navigation_mesh_generator.cpp @@ -42,10 +42,10 @@ #include "scene/resources/concave_polygon_shape.h" #include "scene/resources/convex_polygon_shape.h" #include "scene/resources/cylinder_shape.h" -#include "scene/resources/plane_shape.h" #include "scene/resources/primitive_meshes.h" #include "scene/resources/shape.h" #include "scene/resources/sphere_shape.h" +#include "scene/resources/world_margin_shape.h" #include "modules/modules_enabled.gen.h" #ifdef TOOLS_ENABLED |