mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-06 22:05:06 +00:00
fixed a crash in S^3
This commit is contained in:
parent
1acfe8becb
commit
81ad14061b
2
reg3.cpp
2
reg3.cpp
@ -618,7 +618,7 @@ EX namespace reg3 {
|
|||||||
quotient_map = new hrmap_field3(&currfp);
|
quotient_map = new hrmap_field3(&currfp);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
h.zebraval = quotient_map->allh[0]->zebraval;
|
h.zebraval = quotient_map ? quotient_map->allh[0]->zebraval : 0;
|
||||||
|
|
||||||
if(hyperbolic) {
|
if(hyperbolic) {
|
||||||
dynamicval<eGeometry> g(geometry, gBinary3);
|
dynamicval<eGeometry> g(geometry, gBinary3);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user