mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 14:37:16 +00:00
shift available also in s2xe
This commit is contained in:
parent
8c4b700466
commit
1425256ef4
@ -547,7 +547,7 @@ void display_data::set_projection(int ed, ld shift) {
|
||||
glhr::projection_multiply(glhr::translate(shift, 0, 0));
|
||||
}
|
||||
|
||||
if(in_h2xe()) {
|
||||
if(in_h2xe() || in_s2xe()) {
|
||||
glhr::projection_multiply(glhr::translate(0, 0, shift));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user