removed debug from intra

This commit is contained in:
Zeno Rogue 2024-03-14 19:29:36 +01:00
parent 78a1615c6c
commit d0d354b53a
1 changed files with 1 additions and 1 deletions

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);