1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-14 01:16:50 +00:00

removed debug from intra

This commit is contained in:
Zeno Rogue 2024-03-14 19:29:36 +01:00
parent 78a1615c6c
commit d0d354b53a

View File

@ -538,7 +538,7 @@ EX void shift_view_portal(hyperpoint H) {
if(b) maxv = t; else minv = t;
shift_view(H * -t * scale);
}
println(hlog, "maxv = ", maxv);
// println(hlog, "maxv = ", maxv);
shift_view(H * maxv * scale);
check_portal_movement();
shift_view_portal(H * (1 - maxv) * scale);