summaryrefslogtreecommitdiff
path: root/scene/2d/navigation_2d.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/2d/navigation_2d.h')
-rw-r--r--scene/2d/navigation_2d.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/scene/2d/navigation_2d.h b/scene/2d/navigation_2d.h
index 5520f5006e..6046bddb32 100644
--- a/scene/2d/navigation_2d.h
+++ b/scene/2d/navigation_2d.h
@@ -31,11 +31,10 @@
#ifndef NAVIGATION_2D_H
#define NAVIGATION_2D_H
-#include "scene/2d/navigation_polygon.h"
+#include "scene/2d/navigation_region_2d.h"
#include "scene/2d/node_2d.h"
class Navigation2D : public Node2D {
-
GDCLASS(Navigation2D, Node2D);
RID map;