mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-23 14:30:08 +00:00
fixed a bug with Goldberg geometries on Bolza2
This commit is contained in:
parent
888d9ad3a7
commit
6d15b511c2
@ -626,7 +626,7 @@ namespace patterns {
|
|||||||
sp = gp::last_dir(c);
|
sp = gp::last_dir(c);
|
||||||
sp ^= ishex2(c);
|
sp ^= ishex2(c);
|
||||||
}
|
}
|
||||||
if(geometry == gBolza2) {
|
if(geometry == gBolza2 && !gp::on) {
|
||||||
patterninfo si0;
|
patterninfo si0;
|
||||||
patterninfo si1;
|
patterninfo si1;
|
||||||
patterninfo si2;
|
patterninfo si2;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user