mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-27 01:14:52 +00:00
nicer boundaries used for archimedean
This commit is contained in:
parent
125b271889
commit
78a1615c6c
@ -507,7 +507,7 @@ void geometry_information::generate_floorshapes_for(int id, cell *c, int siid, i
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
else if(arb::in() || aperiodic) {
|
else if(arb::in() || aperiodic || arcm::in()) {
|
||||||
vector<hyperpoint> actual;
|
vector<hyperpoint> actual;
|
||||||
for(int j=0; j<cor; j++)
|
for(int j=0; j<cor; j++)
|
||||||
actual.push_back(get_corner_position(c, j));
|
actual.push_back(get_corner_position(c, j));
|
||||||
|
Loading…
Reference in New Issue
Block a user