mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-22 09:27:40 +00:00
Y/Z rotation option visible in product
This commit is contained in:
@@ -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) {
|
||||||
|
Reference in New Issue
Block a user