Skip to content

Commit

Permalink
Fix performance Voronoi on Solid
Browse files Browse the repository at this point in the history
  • Loading branch information
satabol committed Aug 11, 2023
1 parent 4522436 commit c387631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodes/spatial/voronoi_on_solid.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def process(self):
src = solid

if need_inner:
inner = [src.common(fragment) for fragment in fragments]
inner = [src.common(fragments)]
if self.flat_output:
new_inner_fragments.extend(inner)
else:
Expand Down

0 comments on commit c387631

Please sign in to comment.