mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-16 10:14:48 +00:00
Y/Z rotation option visible in product
This commit is contained in:
parent
e8c7285cc2
commit
8927f66968
@ -1545,7 +1545,7 @@ EX void show3D() {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
if(WDIM == 2 && GDIM == 3)
|
if((WDIM == 2 && GDIM == 3) || prod)
|
||||||
dialog::addBoolItem_action(XLAT("fixed Y/Z rotation"), vid.fixed_yz, 'Z');
|
dialog::addBoolItem_action(XLAT("fixed Y/Z rotation"), vid.fixed_yz, 'Z');
|
||||||
|
|
||||||
if(true) {
|
if(true) {
|
||||||
|
Loading…
Reference in New Issue
Block a user