summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/asymptote/slide.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/asymptote/slide.asy')
-rw-r--r--Master/texmf-dist/asymptote/slide.asy2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/asymptote/slide.asy b/Master/texmf-dist/asymptote/slide.asy
index 6195a97ec01..8a787c37a5b 100644
--- a/Master/texmf-dist/asymptote/slide.asy
+++ b/Master/texmf-dist/asymptote/slide.asy
@@ -225,7 +225,7 @@ void erasestep(int erasenode) {
for(int i=0; i < firstnode.length; ++i) {
for(int j=firstnode[i]; j <= lastnode[i]; ++j) {
tex(bulletcolor(oldbulletcolor));
- currentpicture.add(currentpicture.nodes[j]);
+ currentpicture.add(currentpicture.nodes[j].d);
}
}
firstnode.push(currentpicture.nodes.length-1);