diff options
Diffstat (limited to 'Master/texmf-dist/doc/asymptote/examples/animations/sphere.asy')
-rw-r--r-- | Master/texmf-dist/doc/asymptote/examples/animations/sphere.asy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/asymptote/examples/animations/sphere.asy b/Master/texmf-dist/doc/asymptote/examples/animations/sphere.asy index 125cecc5566..67e6777b3a0 100644 --- a/Master/texmf-dist/doc/asymptote/examples/animations/sphere.asy +++ b/Master/texmf-dist/doc/asymptote/examples/animations/sphere.asy @@ -40,3 +40,4 @@ for(int phi=0; phi < 360; phi += angle) { } A.movie(0,200); +currentpicture.erase(); |