Skip to content

Commit

Permalink
Fix camera position setting (#364)
Browse files Browse the repository at this point in the history
* Fixed bug in #360

* Remove unused variable name
  • Loading branch information
IgorTatarnikov authored Jun 6, 2024
1 parent 17cf3d6 commit f7271bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions brainrender/render.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ def render(
bg=settings.BACKGROUND_COLOR,
rate=40,
axes=self.plotter.axes,
resetcam=False,
)
elif self.backend == "k3d": # pragma: no cover
# Remove silhouettes
Expand Down

0 comments on commit f7271bf

Please sign in to comment.