1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-23 13:43:19 +00:00

Y/Z rotation option visible in product

This commit is contained in:
Zeno Rogue 2019-09-10 09:22:08 +02:00
parent e8c7285cc2
commit 8927f66968

View File

@ -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');
if(true) {