summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/texfile.cc
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/asymptote/texfile.cc')
-rw-r--r--Build/source/utils/asymptote/texfile.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/Build/source/utils/asymptote/texfile.cc b/Build/source/utils/asymptote/texfile.cc
index b1cf4bfcd77..075826d5ca8 100644
--- a/Build/source/utils/asymptote/texfile.cc
+++ b/Build/source/utils/asymptote/texfile.cc
@@ -29,6 +29,7 @@ texfile::texfile(const string& texname, const bbox& box, bool pipe)
out->precision(6);
texdocumentclass(*out,pipe);
resetpen();
+ level=0;
}
texfile::~texfile()