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:
@@ -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');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user