From c2c70c0fd871af93324c365b531df9fb0035d56c Mon Sep 17 00:00:00 2001 From: Alexandre B A Villares Date: Sat, 3 Mar 2018 13:19:57 -0300 Subject: [PATCH] Update s061.pyde --- s061/s061.pyde | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/s061/s061.pyde b/s061/s061.pyde index f07a9c2d..ffe1ff6c 100644 --- a/s061/s061.pyde +++ b/s061/s061.pyde @@ -80,7 +80,6 @@ class D_node(object): strokeWeight(self.s_weight) stroke(self.s_color(amt)) for other in self.points_now(amt): - if self.is_arrow: seta(self.x, self.y, other.x, other.y, self.t_size, self.s_weight * 5, @@ -157,4 +156,4 @@ def seta(x1, y1, x2, y2, shorter=0, head=None, strokeCap(SQUARE) line(0, offset, 0, L - offset) if tail_func and tail_size: - tail_func(0, 0, tail_size, tail_size) \ No newline at end of file + tail_func(0, 0, tail_size, tail_size)