Add back callback 4 for surroundingWall when the y sides are zero
This commit is contained in:
parent
15d2fbfeb9
commit
68d3ed59f8
|
@ -969,6 +969,7 @@ class Boxes:
|
|||
self.cc(callback, 2, y=bottomwidth+self.burn)
|
||||
bottom(x-2*r)
|
||||
self.edges["X"](2*c4, h+topwidth+bottomwidth)
|
||||
self.cc(callback, 4, y=bottomwidth+self.burn)
|
||||
else:
|
||||
for i, l in zip(range(4), (y, x, y, 0)):
|
||||
self.edges["X"](c4, h+topwidth+bottomwidth)
|
||||
|
|
Loading…
Reference in New Issue