summaryrefslogtreecommitdiff
path: root/graphics/asymptote/examples/unitoctant.asy
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/examples/unitoctant.asy')
-rw-r--r--graphics/asymptote/examples/unitoctant.asy2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/asymptote/examples/unitoctant.asy b/graphics/asymptote/examples/unitoctant.asy
index 89f851f6a2..e84fdd537c 100644
--- a/graphics/asymptote/examples/unitoctant.asy
+++ b/graphics/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);