mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-24 15:07:38 +00:00
Fix unknown-argument error in BaseLinesShader.__init__
This commit is contained in:
@@ -367,7 +367,7 @@ class BaseLinesShader(BaseShader):
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self, gap_size=16):
|
def __init__(self, gap_size=16):
|
||||||
super().__init__(gap_size=gap_size)
|
super().__init__()
|
||||||
|
|
||||||
def glenable(self):
|
def glenable(self):
|
||||||
super().glenable()
|
super().glenable()
|
||||||
|
|||||||
Reference in New Issue
Block a user