fixed Hives missing in Voronoi

This commit is contained in:
Zeno Rogue 2023-10-05 13:10:48 +02:00
parent fb1f3d8f13
commit 0ab6974cd9
1 changed files with 1 additions and 1 deletions

View File

@ -1995,7 +1995,7 @@ EX namespace hive {
for(int i=(ls::any_chaos()?0:2); i<radius; i++) {
bf += revstep;
if(ls::horodisk_structure()) moreBigStuff(bf.at);
if(ls::hv_structure()) moreBigStuff(bf.at);
}
cell *citycenter = bf.at;
buginfo.clear();