Skip to content

Commit

Permalink
Styling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
madd-games committed Oct 3, 2024
1 parent 1eca4e4 commit 7927b2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/filters/mirror.c
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@ static int gui(filter_t *filter)
bbox_to_aabb(box, aabb);

DL_FOREACH(goxel.image->layers, layer) {
if (mirror_props->current_only && layer != goxel.image->active_layer)
if (mirror_props->current_only &&
layer != goxel.image->active_layer)
continue;

volume_mirror(layer->volume, axis, aabb);
Expand Down

0 comments on commit 7927b2f

Please sign in to comment.