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
1 changed files with 1 additions and 1 deletions

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) {