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