summaryrefslogtreecommitdiff
path: root/graphics/asymptote/examples/soccerball.asy
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/examples/soccerball.asy')
-rw-r--r--graphics/asymptote/examples/soccerball.asy1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/asymptote/examples/soccerball.asy b/graphics/asymptote/examples/soccerball.asy
index 5cf0f01505..4612769833 100644
--- a/graphics/asymptote/examples/soccerball.asy
+++ b/graphics/asymptote/examples/soccerball.asy
@@ -1,6 +1,7 @@
import graph3;
size(400);
currentlight.background=palegreen;
+settings.digits=15;
defaultrender=render(compression=Zero,merge=true);