mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-20 14:13:02 +00:00
that fixup was added?
This commit is contained in:
parent
98969e4b6b
commit
a8d2e589f1
@ -2908,7 +2908,6 @@ EX void shift_view(hyperpoint H) {
|
|||||||
intra::shift_view_portal(H);
|
intra::shift_view_portal(H);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
auto oView = View;
|
|
||||||
View = get_shift_view_of(H, View);
|
View = get_shift_view_of(H, View);
|
||||||
auto& wc = current_display->which_copy;
|
auto& wc = current_display->which_copy;
|
||||||
wc = get_shift_view_of(H, wc);
|
wc = get_shift_view_of(H, wc);
|
||||||
|
Loading…
Reference in New Issue
Block a user