Skip to content

Commit

Permalink
Merge pull request #86458 from smix8/navpoly_sourcegroup
Browse files Browse the repository at this point in the history
Fix default NavigationPolygon source geometry group name
  • Loading branch information
akien-mga committed Feb 13, 2024
2 parents 391a8e5 + c349c93 commit 50e7251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scene/resources/navigation_polygon.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class NavigationPolygon : public Resource {
uint32_t parsed_collision_mask = 0xFFFFFFFF;

SourceGeometryMode source_geometry_mode = SOURCE_GEOMETRY_ROOT_NODE_CHILDREN;
StringName source_geometry_group_name = "navigation_polygon_source_group";
StringName source_geometry_group_name = "navigation_polygon_source_geometry_group";

void set_vertices(const Vector<Vector2> &p_vertices);
Vector<Vector2> get_vertices() const;
Expand Down

0 comments on commit 50e7251

Please sign in to comment.