mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 01:20:37 +00:00
fixed a crash when deleting 3-sphere maps
This commit is contained in:
parent
7883d569d6
commit
ce8e3c8640
4
reg3.cpp
4
reg3.cpp
@ -1826,10 +1826,6 @@ EX namespace reg3 {
|
|||||||
make_subconnections();
|
make_subconnections();
|
||||||
}
|
}
|
||||||
|
|
||||||
~hrmap_sphere3() {
|
|
||||||
clearfrom(allh[0]);
|
|
||||||
}
|
|
||||||
|
|
||||||
transmatrix relative_matrixh(heptagon *h2, heptagon *h1, const hyperpoint& hint) override {
|
transmatrix relative_matrixh(heptagon *h2, heptagon *h1, const hyperpoint& hint) override {
|
||||||
return iso_inverse(locations[h1->fieldval]) * locations[h2->fieldval];
|
return iso_inverse(locations[h1->fieldval]) * locations[h2->fieldval];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user