summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/base/three_arrows.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/asymptote/base/three_arrows.asy')
-rw-r--r--Build/source/utils/asymptote/base/three_arrows.asy2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/utils/asymptote/base/three_arrows.asy b/Build/source/utils/asymptote/base/three_arrows.asy
index b4319219284..d81650ec948 100644
--- a/Build/source/utils/asymptote/base/three_arrows.asy
+++ b/Build/source/utils/asymptote/base/three_arrows.asy
@@ -106,7 +106,7 @@ struct arrowhead3
}
if(draw)
for(path3 g : H)
- s.append(tube(g,width,linesectors).s);
+ s.append(tube(g,width).s);
return shift(v)*s;
}