mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-17 22:25:12 +00:00
3D:: geometry menu shows 3D config instead of projections
This commit is contained in:
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);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user