mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 18:00:34 +00:00
fixed a potential problem in floorshapes
This commit is contained in:
parent
f6b5d068fd
commit
f5600a65ff
@ -640,6 +640,7 @@ void geometry_information::generate_floorshapes() {
|
|||||||
heptagon modelh;
|
heptagon modelh;
|
||||||
cell model;
|
cell model;
|
||||||
model.master = &modelh;
|
model.master = &modelh;
|
||||||
|
modelh.c7 = &model;
|
||||||
model.type = modelh.type = S7;
|
model.type = modelh.type = S7;
|
||||||
|
|
||||||
auto mmerge1 = [&] (int i, int j) { model.c.setspin(i, j, false); modelh.c.setspin(i, j, false); };
|
auto mmerge1 = [&] (int i, int j) { model.c.setspin(i, j, false); modelh.c.setspin(i, j, false); };
|
||||||
|
Loading…
Reference in New Issue
Block a user