summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/drawpath3.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/asymptote/drawpath3.h')
-rw-r--r--Build/source/utils/asymptote/drawpath3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/utils/asymptote/drawpath3.h b/Build/source/utils/asymptote/drawpath3.h
index ef49ba74bc4..721cf177ca1 100644
--- a/Build/source/utils/asymptote/drawpath3.h
+++ b/Build/source/utils/asymptote/drawpath3.h
@@ -28,7 +28,7 @@ public:
Min(g.min()), Max(g.max()) {}
drawPath3(const vm::array& t, const drawPath3 *s) :
- g(camp::transformed(t,s->g)), center(center), straight(s->straight),
+ g(camp::transformed(t,s->g)), straight(s->straight),
color(s->color), invisible(s->invisible), interaction(s->interaction),
Min(g.min()), Max(g.max()) {
center=run::operator *(t,s->center);