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:
parent
e424832f70
commit
a7cfb3bb01
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user