mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-20 07:30:26 +00:00
nil:: fixed a possible crash due to missing compute_hept()
This commit is contained in:
parent
4425556ebc
commit
8b3ea9031a
@ -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 }
|
||||
|
Loading…
Reference in New Issue
Block a user