Cleanup: format

This commit is contained in:
Campbell Barton 2023-12-24 17:50:22 +11:00
parent cd0967d3e1
commit 57a3f2f685
1 changed files with 1 additions and 2 deletions

View File

@ -382,8 +382,7 @@ static void partialvis_update_grids(Depsgraph &depsgraph,
for (const int x : IndexRange(key.grid_size)) {
CCGElem *elem = CCG_grid_elem(&key, grid, x, y);
if (isect_point_planes_v3(planes, 4, CCG_elem_co(&key, elem)) ==
(area == VisArea::Inside))
{
(area == VisArea::Inside)) {
hide[y * key.grid_size + x].set(value);
}
}