1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-24 05:17:17 +00:00

fixed drawing of the boundary of polygonal

This commit is contained in:
Zeno Rogue 2018-11-01 18:59:52 +01:00
parent 1ba1b141f3
commit 25fe045c4d

View File

@ -95,7 +95,7 @@ namespace polygonal {
pair<ld, ld> 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;