summaryrefslogtreecommitdiff
path: root/scene/3d/navigation.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/3d/navigation.h')
-rw-r--r--scene/3d/navigation.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/3d/navigation.h b/scene/3d/navigation.h
index 9b6cf5fbc4..69d48531a7 100644
--- a/scene/3d/navigation.h
+++ b/scene/3d/navigation.h
@@ -118,6 +118,7 @@ class Navigation : public Spatial {
int last_id;
Vector3 up;
+ void _clip_path(Vector<Vector3>& path,Polygon *from_poly, const Vector3& p_to_point, Polygon* p_to_poly);
protected: