1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-22 01:17:39 +00:00

irr:: celldist and (circular, not yet horocyclic) celldistAlt

This commit is contained in:
Zeno Rogue
2018-07-20 02:58:47 +02:00
parent 35bb9ea95b
commit f7e5f470dc
5 changed files with 77 additions and 9 deletions

View File

@@ -6927,7 +6927,7 @@ ld circlesizeD[10000];
int lastsize;
bool sizes_known() {
return euclid || (geometry == gNormal && !gp::on);
return euclid || (geometry == gNormal && !gp::on && !irr::on);
}
void computeSizes() {