nil:: fixed a possible crash due to missing compute_hept()

This commit is contained in:
Zeno Rogue 2021-07-21 10:49:48 +02:00
parent 4425556ebc
commit 8b3ea9031a
1 changed files with 1 additions and 0 deletions

View File

@ -1041,6 +1041,7 @@ EX void create_faces() {
for(auto& h: fvs) h[0] *= nilwidth, h[1] *= nilwidth, h[2] *= nilwidth * nilwidth;
add_wall(i, fvs);
}
get_hsh().compute_hept();
}
EX }