mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-12-20 21:08:06 +00:00
geom-exp: do not show faces per vertex in kd2 and arb
This commit is contained in:
@@ -802,7 +802,7 @@ EX void showEuclideanMenu() {
|
|||||||
|
|
||||||
dialog::addTitle(XLAT("info about: %1", fgname), 0xFFFFFF, 150);
|
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"),
|
dialog::addSelItem(XLAT("size of the world"),
|
||||||
#if CAP_BT
|
#if CAP_BT
|
||||||
|
|||||||
Reference in New Issue
Block a user