Add back callback 4 for surroundingWall when the y sides are zero

This commit is contained in:
Florian Festi 2016-04-09 20:52:48 +02:00
parent 15d2fbfeb9
commit 68d3ed59f8
1 changed files with 1 additions and 0 deletions

View File

@ -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)