diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-02-28 09:15:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-28 09:15:38 +0100 |
commit | 4f64f3401a5f3652fdd2b01483011dbe0106352b (patch) | |
tree | 96786e4a897cbfab3f73a81b14868a42f4ef5ba5 /scene/resources/mesh_library.h | |
parent | 4ff84cbfb32e4ca7f4804c5d8f4c5267eb6a3e38 (diff) | |
parent | 483994601d8c9f25185fc78e1ae60b19849b00f9 (diff) |
Merge pull request #36388 from AndreaCatania/some_renames
Rename Navigation{Mesh,Polygon}Instance and PlaneShape for clarity
Diffstat (limited to 'scene/resources/mesh_library.h')
-rw-r--r-- | scene/resources/mesh_library.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/resources/mesh_library.h b/scene/resources/mesh_library.h index 9155975f47..b256e86b96 100644 --- a/scene/resources/mesh_library.h +++ b/scene/resources/mesh_library.h @@ -34,7 +34,7 @@ #include "core/map.h" #include "core/resource.h" #include "mesh.h" -#include "scene/3d/navigation_mesh_instance.h" +#include "scene/3d/navigation_region.h" #include "shape.h" class MeshLibrary : public Resource { |