mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-23 01:47:39 +00:00
replaced some debug printfs with print hlog
This commit is contained in:
@@ -338,8 +338,8 @@ bool handleTune(int sym, int uni) {
|
||||
else if(uni == 'z')
|
||||
bscale7 = bscale6 = 1, brot7 = brot6 = 0;
|
||||
else return false;
|
||||
printf("s7 %lf r7 %lf s6 %lf r6 %lf\n", bscale7, brot7, bscale6, brot6);
|
||||
resetGeometry();
|
||||
println(hlog, spaced(bscale7, brot7, bscale6, brot6));
|
||||
return true;
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user