mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-08 19:32:23 +00:00
removed debug from intra
This commit is contained in:
@@ -538,7 +538,7 @@ EX void shift_view_portal(hyperpoint H) {
|
|||||||
if(b) maxv = t; else minv = t;
|
if(b) maxv = t; else minv = t;
|
||||||
shift_view(H * -t * scale);
|
shift_view(H * -t * scale);
|
||||||
}
|
}
|
||||||
println(hlog, "maxv = ", maxv);
|
// println(hlog, "maxv = ", maxv);
|
||||||
shift_view(H * maxv * scale);
|
shift_view(H * maxv * scale);
|
||||||
check_portal_movement();
|
check_portal_movement();
|
||||||
shift_view_portal(H * (1 - maxv) * scale);
|
shift_view_portal(H * (1 - maxv) * scale);
|
||||||
|
Reference in New Issue
Block a user