mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-26 01:50:36 +00:00
removed debug from intra
This commit is contained in:
parent
78a1615c6c
commit
d0d354b53a
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user