diff --git a/trimesh/scene/viewer.py b/trimesh/scene/viewer.py index 13002eac8..7f16013ab 100644 --- a/trimesh/scene/viewer.py +++ b/trimesh/scene/viewer.py @@ -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,