From 8c3fedd243b69349b426144e5e2b94ef4aea6a4c Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Wed, 8 Jul 2020 03:01:45 +0000 Subject: CTAN sync 202007080301 --- graphics/asymptote/drawpath3.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'graphics/asymptote/drawpath3.h') diff --git a/graphics/asymptote/drawpath3.h b/graphics/asymptote/drawpath3.h index a4b6a94523..84456ad6f5 100644 --- a/graphics/asymptote/drawpath3.h +++ b/graphics/asymptote/drawpath3.h @@ -35,8 +35,11 @@ public: BezierCurve R; #endif void init() { - billboard=interaction == BILLBOARD && - !settings::getSetting("offscreen"); +#ifdef HAVE_LIBOSMESA + billboard=false; +#else + billboard=interaction == BILLBOARD; +#endif centerIndex=0; } -- cgit v1.2.3