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:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user