shift available also in s2xe

This commit is contained in:
Zeno Rogue 2020-11-01 20:10:23 +01:00
parent 8c4b700466
commit 1425256ef4
1 changed files with 1 additions and 1 deletions

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