1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-17 10:49:58 +00:00

shift available also in s2xe

This commit is contained in:
Zeno Rogue 2020-11-01 20:10:23 +01:00
parent 8c4b700466
commit 1425256ef4

View File

@ -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));
}