mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-05-08 00:01:24 +00:00
backed-map:: fixed a bug with destroying cgip
This commit is contained in:
@@ -55,7 +55,8 @@ void backed_map::initialize(heptagon *origin) {
|
||||
if(f) geom3::light_flip(false);
|
||||
dynamicval<eGeometry> g(geometry, gNormal);
|
||||
dynamicval<eVariation> gv(variation, eVariation::pure);
|
||||
dynamicval<geometry_information*> gi(cgip, find_alt_cgip());
|
||||
dynamicval<geometry_information*> gi(cgip, cgip);
|
||||
cgip = find_alt_cgip();
|
||||
alt = init_heptagon(S7);
|
||||
alt->s = hsOrigin;
|
||||
alt->alt = alt;
|
||||
|
||||
Reference in New Issue
Block a user