diff options
Diffstat (limited to 'scene/2d/navigation_2d.h')
-rw-r--r-- | scene/2d/navigation_2d.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/2d/navigation_2d.h b/scene/2d/navigation_2d.h index 16e20d8f9b..5520f5006e 100644 --- a/scene/2d/navigation_2d.h +++ b/scene/2d/navigation_2d.h @@ -66,6 +66,7 @@ public: RID get_closest_point_owner(const Vector2 &p_point) const; Navigation2D(); + ~Navigation2D(); }; #endif // NAVIGATION_2D_H |