mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-05-10 03:04:06 +00:00
fixed a bug with Euclidean tilings
This commit is contained in:
parent
6c11cd11c3
commit
c45659cc4d
@ -351,7 +351,7 @@ EX namespace euc {
|
||||
int shvid(cell *c) override {
|
||||
if(geometry == gOctTet3)
|
||||
return octtet_shvid(ispacemap[c->master]);
|
||||
return 0;
|
||||
return hrmap_standard::shvid(c);
|
||||
}
|
||||
|
||||
transmatrix ray_iadj(cell *c, int i) override {
|
||||
|
Loading…
x
Reference in New Issue
Block a user