1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-24 17:10:36 +00:00

fixed a crash when deleting 3-sphere maps

This commit is contained in:
Zeno Rogue 2022-08-07 15:01:14 +02:00
parent 7883d569d6
commit ce8e3c8640

View File

@ -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];
} }