mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-03-04 17:44:36 -07:00
Fix wrongly displayed error message
CURA-12660
This commit is contained in:
parent
ab58dec5d1
commit
ea488f0202
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ from UM.Scene.Iterator.DepthFirstIterator import DepthFirstIterator
|
|||
|
||||
class XRayPass(RenderPass):
|
||||
def __init__(self, width, height):
|
||||
super().__init__("xray", width, height)
|
||||
super().__init__("xray", width, height, -100)
|
||||
|
||||
self._shader = None
|
||||
self._gl = OpenGL.getInstance().getBindingsObject()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue