diff options
author | Gilles Roudière <gilles.roudiere@gmail.com> | 2021-03-08 09:47:18 +0100 |
---|---|---|
committer | Gilles Roudière <gilles.roudiere@gmail.com> | 2021-03-10 11:23:06 +0100 |
commit | a9dc53d152c25af8f291031917dbbee3029f6276 (patch) | |
tree | 29d87f13997ef70f7e1c3f9e9618b1344b7b1d7c /modules/gdnavigation | |
parent | 469ac1e4152b75b2e3b88cf7bc3a9623f0d7da39 (diff) |
Remove Navigation2D/3D nodes, and move the navigation map to the world resource
Diffstat (limited to 'modules/gdnavigation')
-rw-r--r-- | modules/gdnavigation/nav_region.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/gdnavigation/nav_region.h b/modules/gdnavigation/nav_region.h index 954780033b..3095435359 100644 --- a/modules/gdnavigation/nav_region.h +++ b/modules/gdnavigation/nav_region.h @@ -31,10 +31,10 @@ #ifndef NAV_REGION_H #define NAV_REGION_H -#include "nav_rid.h" +#include "scene/resources/navigation_mesh.h" +#include "nav_rid.h" #include "nav_utils.h" -#include "scene/3d/navigation_3d.h" #include <vector> /** |