mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-22 22:10:20 +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 ^= ishex2(c);
|
||||
}
|
||||
if(geometry == gBolza2) {
|
||||
if(geometry == gBolza2 && !gp::on) {
|
||||
patterninfo si0;
|
||||
patterninfo si1;
|
||||
patterninfo si2;
|
||||
|
Loading…
x
Reference in New Issue
Block a user