mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 16:19:05 +08:00
Fix stupid derp issue
I really need coffee before coding
This commit is contained in:
parent
b7c04691d2
commit
241ca56e6e
@ -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…
x
Reference in New Issue
Block a user