summaryrefslogtreecommitdiff
path: root/graphics/asymptote/bezierpatch.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/bezierpatch.h')
-rw-r--r--graphics/asymptote/bezierpatch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/asymptote/bezierpatch.h b/graphics/asymptote/bezierpatch.h
index 75ba7a66f9..b4159fe3ac 100644
--- a/graphics/asymptote/bezierpatch.h
+++ b/graphics/asymptote/bezierpatch.h
@@ -155,10 +155,10 @@ struct BezierPatch
void queue(const triple *g, bool straight, double ratio, bool Transparent,
GLfloat *colors=NULL) {
data.clear();
- notRendered();
Onscreen=true;
transparent=Transparent;
color=colors;
+ notRendered();
init(pixel*ratio);
render(g,straight,colors);
}