summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/asymptote/solids.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/asymptote/solids.asy')
-rw-r--r--Master/texmf-dist/asymptote/solids.asy2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/asymptote/solids.asy b/Master/texmf-dist/asymptote/solids.asy
index 90f01dc935f..a52e9bd5079 100644
--- a/Master/texmf-dist/asymptote/solids.asy
+++ b/Master/texmf-dist/asymptote/solids.asy
@@ -408,5 +408,5 @@ revolution cone(triple c=O, real r, real h, triple axis=Z, int n=nslice)
// Note: unitsphere provides a smoother and more efficient surface.
revolution sphere(triple c=O, real r, int n=nslice)
{
- return revolution(c,Arc(c,r,180,0,0,0,Y,n),Z);
+ return revolution(c,Arc(c,r,180-sqrtEpsilon,0,sqrtEpsilon,0,Y,n),Z);
}