1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-23 09:57:41 +00:00

product:: backwall optimization

This commit is contained in:
Zeno Rogue
2019-08-21 07:33:24 +02:00
parent 3aefce498c
commit 0ab4a30406
4 changed files with 40 additions and 5 deletions

View File

@@ -794,6 +794,7 @@ void geometry_information::reserve_wall3d(int i) {
shPlainWall3D.resize(i);
shWireframe3D.resize(i);
shMiniWall3D.resize(i);
walltester.resize(i);
}
void geometry_information::create_wall3d() {