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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user