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;