Fix for hexHolesRectangle

This commit is contained in:
Florian Festi 2013-04-17 20:23:23 +09:00
parent a582cd94b4
commit 4705135755
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ class Boxes:
px = 2*j*w + r + lx
py = i*2*dist + r + ly
if i % 2:
px += dist
px += w
if skip and skip(x, y, r, b, px, py):
continue
self.hole(px, py, r)