Skip to content

Commit

Permalink
Forwarded faces
Browse files Browse the repository at this point in the history
  • Loading branch information
Sassafrass6 committed Mar 9, 2022
1 parent f18f9cc commit 214103e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fury/actor.py
Original file line number Diff line number Diff line change
Expand Up @@ -1690,7 +1690,7 @@ def disk(centers, directions, colors, rinner=0.3,

disk_actor = repeat_sources(centers=centers, colors=colors,
directions=directions, source=src,
vertices=vertices, faces=None,
vertices=vertices, faces=faces,
orientation=rotate)

return disk_actor
Expand Down

0 comments on commit 214103e

Please sign in to comment.