1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-01-20 18:09:53 +00:00

X sign in rotated hyperboles

This commit is contained in:
Zeno Rogue
2018-12-24 01:19:52 +01:00
parent 39ce061fa7
commit 459619ff35
2 changed files with 7 additions and 1 deletions

View File

@@ -702,7 +702,7 @@ namespace conformal {
dialog::addBreak(50);
}
if(pmodel == mdDisk || pmodel == mdBall || pmodel == mdHyperboloid) {
if(among(pmodel, mdDisk, mdBall, mdHyperboloid, mdRotatedHyperboles)) {
dialog::addSelItem(XLAT("Projection at the ground level"), fts3(vid.alpha), 'p');
}