1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-24 22:23:18 +00:00

history displays projection just as geom-exp

This commit is contained in:
Zeno Rogue 2019-03-31 00:03:03 +01:00
parent 80d14c0196
commit a179a2b80d

View File

@ -1024,7 +1024,7 @@ namespace conformal {
// bool notconformal0 = (pmodel >= 5 && pmodel <= 6) && !euclid;
// bool notconformal = notconformal0 || abs(vid.alpha-1) > 1e-3;
dialog::addSelItem(XLAT("model used"), get_model_name(pmodel), 'm');
dialog::addSelItem(XLAT("projection"), current_proj_name(), 'm');
if(!bounded && !euclid) dialog::addBoolItem(XLAT("prepare the line animation"), (on), 'e');
if(on) dialog::addSelItem(XLAT("animation speed"), fts(lvspeed), 'a');