From ed6855d79c33806cfecd36de997bec5c9b983fe5 Mon Sep 17 00:00:00 2001 From: Florian Festi Date: Fri, 9 Nov 2018 21:01:00 +0100 Subject: [PATCH] RoundedPlate: Call first callback only once Remove left over call to .cc() --- boxes/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/boxes/__init__.py b/boxes/__init__.py index 5bc7117..1cd6bc8 100755 --- a/boxes/__init__.py +++ b/boxes/__init__.py @@ -1443,8 +1443,6 @@ class Boxes: self.edges[edge].margin()) self.moveTo(r, 0) - self.cc(callback, 0) - if wallpieces > 4: wallpieces = 4