1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-05-30 13:04:07 +00:00

fixed a bug with not displaying some walls in octtet or subdivided reg3

This commit is contained in:
Zeno Rogue 2025-04-07 22:57:39 +02:00
parent e424832f70
commit a7cfb3bb01

View File

@ -1078,6 +1078,7 @@ void geometry_information::create_wall3d() {
make_wall(0, id++, face);
}
hassert(id == tot);
wallstart.push_back(isize(raywall));
compute_cornerbonus();
return;
}