mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-24 23:10:09 +00:00
foxed cellgfxdist in Archimedean
This commit is contained in:
parent
877067e84c
commit
0908d1d974
@ -387,7 +387,7 @@ void virtualRebaseSimple(heptagon*& base, transmatrix& at) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
double cellgfxdist(cell *c, int i) {
|
double cellgfxdist(cell *c, int i) {
|
||||||
if(euclid && !penrose) {
|
if(euclid && !penrose && !archimedean) {
|
||||||
if(c->type == 8 && (i&1)) return cgi.crossf * sqrt(2);
|
if(c->type == 8 && (i&1)) return cgi.crossf * sqrt(2);
|
||||||
return cgi.crossf;
|
return cgi.crossf;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user