mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Fix stupid derp issue
I really need coffee before coding
This commit is contained in:
parent
b7c04691d2
commit
241ca56e6e
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