summaryrefslogtreecommitdiff
path: root/graphics/asymptote/examples/workcone.asy
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/examples/workcone.asy')
-rw-r--r--graphics/asymptote/examples/workcone.asy2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/asymptote/examples/workcone.asy b/graphics/asymptote/examples/workcone.asy
index 594758bba6..da7629c773 100644
--- a/graphics/asymptote/examples/workcone.asy
+++ b/graphics/asymptote/examples/workcone.asy
@@ -20,7 +20,7 @@ render render=render(compression=0,merge=true);
draw(scale(x1,x1,-s1)*shift(-Z)*unitcone,lightblue+opacity(0.5),render);
-path3 p=(x2,0,s2)--(x,0,s+0.005);
+path3 p=(x2,0,s2)--(x,0,s);
revolution a=revolution(p,Z);
draw(surface(a),lightblue+opacity(0.5),render);