mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 17:10:36 +00:00
3D:: geometry menu shows 3D config instead of projections
This commit is contained in:
parent
2ca3cf3744
commit
e3a9ebc468
10
geom-exp.cpp
10
geom-exp.cpp
@ -664,8 +664,14 @@ void showEuclideanMenu() {
|
|||||||
if(specialland == laCanvas) dialog::lastItem().value = patterns::whichCanvas;
|
if(specialland == laCanvas) dialog::lastItem().value = patterns::whichCanvas;
|
||||||
dialog::add_action([] { pushScreen(patterns::showPrePattern); });
|
dialog::add_action([] { pushScreen(patterns::showPrePattern); });
|
||||||
validity_info();
|
validity_info();
|
||||||
dialog::addSelItem(XLAT("projection"), current_proj_name(), '1');
|
if(DIM == 3) {
|
||||||
dialog::add_action([] { pushScreen(conformal::model_menu); });
|
dialog::addItem(XLAT("3D configuration"), '1');
|
||||||
|
dialog::add_action([] { pushScreen(show3D); });
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
dialog::addSelItem(XLAT("projection"), current_proj_name(), '1');
|
||||||
|
dialog::add_action([] { pushScreen(conformal::model_menu); });
|
||||||
|
}
|
||||||
|
|
||||||
dialog::addBreak(50);
|
dialog::addBreak(50);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user