From 25fe045c4dbff5ba35436a1bf2ab45bcc911d634 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 1 Nov 2018 18:59:52 +0100 Subject: [PATCH] fixed drawing of the boundary of polygonal --- conformal.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conformal.cpp b/conformal.cpp index 9d7a95f1..d641b03f 100644 --- a/conformal.cpp +++ b/conformal.cpp @@ -95,7 +95,7 @@ namespace polygonal { pair compute(ld x, ld y) { return compute(x,y,deg); } void drawBoundary(int color) { - queuereset(mdDisk, PPR::CIRCLE); + queuereset(mdUnchanged, PPR::CIRCLE); ld C, S; auto& ho = conformal::model_orientation;