summaryrefslogtreecommitdiff
path: root/scene/2d/navigation_polygon.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/2d/navigation_polygon.h')
-rw-r--r--scene/2d/navigation_polygon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/2d/navigation_polygon.h b/scene/2d/navigation_polygon.h
index 92cfc8f5e6..8d3d8543c4 100644
--- a/scene/2d/navigation_polygon.h
+++ b/scene/2d/navigation_polygon.h
@@ -91,6 +91,7 @@ public:
Ref<NavigationMesh> get_mesh();
NavigationPolygon();
+ ~NavigationPolygon();
};
class Navigation2D;