mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-20 18:02:50 +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);
|
make_wall(0, id++, face);
|
||||||
}
|
}
|
||||||
hassert(id == tot);
|
hassert(id == tot);
|
||||||
|
wallstart.push_back(isize(raywall));
|
||||||
compute_cornerbonus();
|
compute_cornerbonus();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user