Path: fix bug in polar array

This commit is contained in:
sliptonic
2017-10-15 15:32:50 -05:00
parent 525770f838
commit 1719483738

View File

@@ -200,7 +200,7 @@ class ObjectArray:
for i in range(obj.Copies):
ang = 360
if obj.CopiesPolar > 0:
if obj.Copies > 0:
ang = obj.Angle / obj.Copies * (1 + i)
np = self.rotatePath(basepath, ang, obj.Centre)