1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-24 09:24:49 +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

@@ -692,7 +692,6 @@ bool set_view() {
ld x = asin_auto(h[0] / cos_auto(y));
x += race_advance;
if(GDIM == 3 && race_advance == 0 && pmodel == mdPerspective) race_advance = -1;
// printf("%d %lf\n", z, x);
transmatrix Z = T1 * inverse(T) * xpush(x);
View = inverse(Z) * View;
if(GDIM == 3) View = cspin(2, 0, M_PI/2) * View;