mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-07 17:23:00 +00:00
fixed drawing of the boundary of polygonal
This commit is contained in:
@@ -95,7 +95,7 @@ namespace polygonal {
|
|||||||
pair<ld, ld> compute(ld x, ld y) { return compute(x,y,deg); }
|
pair<ld, ld> compute(ld x, ld y) { return compute(x,y,deg); }
|
||||||
|
|
||||||
void drawBoundary(int color) {
|
void drawBoundary(int color) {
|
||||||
queuereset(mdDisk, PPR::CIRCLE);
|
queuereset(mdUnchanged, PPR::CIRCLE);
|
||||||
|
|
||||||
ld C, S;
|
ld C, S;
|
||||||
auto& ho = conformal::model_orientation;
|
auto& ho = conformal::model_orientation;
|
||||||
|
|||||||
Reference in New Issue
Block a user