fixed regenerate hat in seo

This commit is contained in:
Zeno Rogue 2023-03-29 09:34:18 +02:00
parent f822d5b215
commit 25fb183059
1 changed files with 4 additions and 0 deletions

View File

@ -712,6 +712,10 @@ struct hrmap_hat : hrmap {
build_cells(origin);
}
void on_dim_change() override {
init();
}
transmatrix relative_matrixh(heptagon *h2, heptagon *h1, const hyperpoint& hint) override {
if(h1 == h2) return Id;
int d = h2->distance + 2;