1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-23 21:07:17 +00:00

polygon debug removed

This commit is contained in:
Zeno Rogue 2021-07-07 18:27:38 +02:00
parent 2f39f259d3
commit 4f09bf2124

View File

@ -1042,8 +1042,6 @@ void geometry_information::create_wall3d() {
make_wall(id++, face);
}
hassert(id == tot);
println(hlog, walloffsets);
println(hlog, wallstart);
compute_cornerbonus();
return;
}