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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/2d/navigation_polygon.h b/scene/2d/navigation_polygon.h
index 579d6b0e0e..3d096ec91b 100644
--- a/scene/2d/navigation_polygon.h
+++ b/scene/2d/navigation_polygon.h
@@ -43,7 +43,7 @@ class NavigationPolygon : public Resource {
Vector<int> indices;
};
Vector<Polygon> polygons;
- Vector<Vector<Vector2> > outlines;
+ Vector<Vector<Vector2>> outlines;
mutable Rect2 item_rect;
mutable bool rect_cache_dirty;