summaryrefslogtreecommitdiff
path: root/graphics/asymptote/picture.cc
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/picture.cc')
-rw-r--r--graphics/asymptote/picture.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/asymptote/picture.cc b/graphics/asymptote/picture.cc
index b3671f8280..7047254751 100644
--- a/graphics/asymptote/picture.cc
+++ b/graphics/asymptote/picture.cc
@@ -349,7 +349,7 @@ void texinit()
// Output any new texpreamble commands
if(pd.tex.isopen()) {
if(pd.TeXpipepreamble.empty()) return;
- texpreamble(pd.tex,pd.TeXpipepreamble,false);
+ texpreamble(pd.tex,pd.TeXpipepreamble,true);
pd.TeXpipepreamble.clear();
return;
}