mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 06:27:17 +00:00
intra:: fixed an incorrect mention of scale
This commit is contained in:
parent
6191705fcd
commit
5bc2245f45
@ -541,7 +541,7 @@ EX void shift_view_portal(hyperpoint H) {
|
|||||||
// 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));
|
||||||
}
|
}
|
||||||
|
|
||||||
EX const connection_data* through_portal() {
|
EX const connection_data* through_portal() {
|
||||||
|
Loading…
Reference in New Issue
Block a user