Cleanup: missing braces warning

This commit is contained in:
Campbell Barton 2022-08-01 11:02:18 +10:00
parent ca172677b1
commit 6749a4a8f0
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ static PBVHVertRef sculpt_boundary_get_closest_boundary_vertex(SculptSession *ss
BoundaryInitialVertexFloodFillData fdata = {
.initial_vertex = initial_vertex,
.boundary_initial_vertex = BOUNDARY_VERTEX_NONE,
.boundary_initial_vertex = {BOUNDARY_VERTEX_NONE},
.boundary_initial_vertex_steps = INT_MAX,
.radius_sq = radius * radius,
};