diff --git a/norfair/drawing/path.py b/norfair/drawing/path.py index 7f97f3dd..80294413 100644 --- a/norfair/drawing/path.py +++ b/norfair/drawing/path.py @@ -111,7 +111,7 @@ def draw( points_to_draw = self.get_points_to_draw(obj.estimate) for point in points_to_draw: - frame = Drawer.circle( + self.mask = Drawer.circle( self.mask, position=tuple(point.astype(int)), radius=self.radius,