diff options
| author | Andrea Catania <info@andreacatania.com> | 2020-02-20 17:56:30 +0100 |
|---|---|---|
| committer | Andrea Catania <info@andreacatania.com> | 2020-02-27 17:42:53 +0100 |
| commit | 3b64ecbc4b2dcc1fe254406aa5b3272b2d7d4876 (patch) | |
| tree | b6d4f688a8b3201743784398f18f800021bdfd39 /scene/3d/navigation.h | |
| parent | ed0f1940cbdbe470da85f446f315ee12897038a1 (diff) | |
| download | redot-engine-3b64ecbc4b2dcc1fe254406aa5b3272b2d7d4876.tar.gz | |
Renamed NavigationMeshInstance to NavigationRegion
Diffstat (limited to 'scene/3d/navigation.h')
| -rw-r--r-- | scene/3d/navigation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/3d/navigation.h b/scene/3d/navigation.h index 85887651ff..08f306611f 100644 --- a/scene/3d/navigation.h +++ b/scene/3d/navigation.h @@ -31,7 +31,7 @@ #ifndef NAVIGATION_H #define NAVIGATION_H -#include "scene/3d/navigation_mesh_instance.h" +#include "scene/3d/navigation_region.h" #include "scene/3d/spatial.h" class Navigation : public Spatial { |
