1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-10 14:26:01 +00:00

fixed_yz now works in all geometries where it makes sense

This commit is contained in:
Zeno Rogue
2024-06-17 23:10:09 +02:00
parent 75f631cd40
commit c22aeedde9
2 changed files with 17 additions and 3 deletions

View File

@@ -3003,7 +3003,7 @@ EX void show3D() {
});
}
if(mproduct || embedded_plane)
if(has_fixed_yz())
dialog::addBoolItem_action(XLAT("fixed Y/Z rotation"), vid.fixed_yz, 'Z');
if(WDIM == 2 && GDIM == 3) {