mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 14:34:01 -06:00
Merge branch 'master' of ssh://github.com/Ultimaker/Cura
This commit is contained in:
commit
648f167911
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ class BuildVolume(SceneNode):
|
|||
self._disallowed_areas = areas
|
||||
|
||||
def render(self, renderer):
|
||||
if not self.getMeshData() or self.isVisible():
|
||||
if not self.getMeshData() or not self.isVisible():
|
||||
return True
|
||||
|
||||
if not self._shader:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue