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

removed the debug strings regarding geometry

This commit is contained in:
Zeno Rogue
2017-12-09 20:02:36 +01:00
parent 05843b4e20
commit f18d51d4df
2 changed files with 4 additions and 3 deletions

View File

@@ -2160,7 +2160,7 @@ void buildpolys() {
}
static int qhpc0;
if(qhpc != qhpc0)
if(qhpc != qhpc0 && debug_geometry)
printf("qhpc = %d (%d+%d)\n", qhpc0 = qhpc, prehpc, qhpc-prehpc);
initPolyForGL();