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

equid/equi-a are conformal in Euclidean

This commit is contained in:
Zeno Rogue 2017-11-07 16:40:27 +01:00
parent c81f101b7f
commit 365057c37b

View File

@ -554,7 +554,7 @@ namespace conformal {
dialog::addBoolItem(XLAT("include history"), (includeHistory), 'i');
bool notconformal0 = (pmodel >= 5 && pmodel <= 6);
bool notconformal0 = (pmodel >= 5 && pmodel <= 6) && !euclid;
bool notconformal = notconformal0 || abs(vid.alpha-1) > 1e-3;
dialog::addSelItem(notconformal ? XLAT("model used (not conformal!)") : XLAT("model used"),