mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 01:00:25 +00:00
geom-exp: do not show faces per vertex in kd2 and arb
This commit is contained in:
parent
15fe6c1aee
commit
e6c0504beb
@ -802,7 +802,7 @@ EX void showEuclideanMenu() {
|
||||
|
||||
dialog::addTitle(XLAT("info about: %1", fgname), 0xFFFFFF, 150);
|
||||
|
||||
if(WDIM == 2) dialog::addSelItem(XLAT("faces per vertex"), spf, 0);
|
||||
if(WDIM == 2 && !arb::in() && !kite::in()) dialog::addSelItem(XLAT("faces per vertex"), spf, 0);
|
||||
|
||||
dialog::addSelItem(XLAT("size of the world"),
|
||||
#if CAP_BT
|
||||
|
Loading…
Reference in New Issue
Block a user