mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-07-22 01:18:51 +00:00
intra:: fixed an incorrect mention of scale
This commit is contained in:
@@ -541,7 +541,7 @@ EX void shift_view_portal(hyperpoint H) {
|
||||
// println(hlog, "maxv = ", maxv);
|
||||
shift_view(H * maxv * scale);
|
||||
check_portal_movement();
|
||||
shift_view_portal(H * (1 - maxv) * scale);
|
||||
shift_view_portal(H * (1 - maxv));
|
||||
}
|
||||
|
||||
EX const connection_data* through_portal() {
|
||||
|
||||
Reference in New Issue
Block a user