mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 10:06:47 +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):
|
||||
super().__init__(gap_size=gap_size)
|
||||
super().__init__()
|
||||
|
||||
def glenable(self):
|
||||
super().glenable()
|
||||
|
||||
Reference in New Issue
Block a user