1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-21 05:18:05 +00:00

removed some obsolete debug printfs

This commit is contained in:
Zeno Rogue
2019-05-21 23:53:13 +02:00
parent fa06306ef9
commit ae100b1e72
13 changed files with 0 additions and 26 deletions

View File

@@ -1658,7 +1658,6 @@ void fix_the_band(transmatrix& T) {
else if(H[DIM] < 0 && x <= 0) x = -M_PI - x;
}
band_shift += x;
// printf("fixing with shift = %lf\n", x);
T = xpush(-x) * T;
fixmatrix(T);
// todo orientation