Skip to content

Commit

Permalink
Merge 8614fec into 904087b
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Nov 24, 2018
2 parents 904087b + 8614fec commit 9cc1119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trimesh/scene/viewer.py
Expand Up @@ -46,7 +46,7 @@ def __init__(self,

if scene.camera is not None:
if resolution is not None:
if resolution != scene.camera.resolution:
if not all(resolution == scene.camera.resolution):
log.warning(
'resolution is overwritten by Camera: '
'{} -> {}'.format(resolution,
Expand Down

0 comments on commit 9cc1119

Please sign in to comment.