summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/asymptote/examples/unitoctant.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/asymptote/examples/unitoctant.asy')
-rw-r--r--Master/texmf-dist/doc/asymptote/examples/unitoctant.asy2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/asymptote/examples/unitoctant.asy b/Master/texmf-dist/doc/asymptote/examples/unitoctant.asy
index 89f851f6a23..e84fdd537c3 100644
--- a/Master/texmf-dist/doc/asymptote/examples/unitoctant.asy
+++ b/Master/texmf-dist/doc/asymptote/examples/unitoctant.asy
@@ -3,7 +3,7 @@ import graph3;
currentprojection=orthographic(5,4,2);
size(0,150);
-patch s=octant1;
+patch s=octant1x;
draw(surface(s),green+opacity(0.5));
draw(s.external(),blue);