mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 18:00:34 +00:00
nilv:: fixed model list
This commit is contained in:
parent
9435748762
commit
dd10a03e09
@ -630,7 +630,7 @@ namespace conformal {
|
||||
#endif
|
||||
|
||||
bool model_available(eModel pm) {
|
||||
if(sol) return among(pm, mdDisk, mdPerspective, mdGeodesic);
|
||||
if(nonisotropic) return among(pm, mdDisk, mdPerspective, mdGeodesic);
|
||||
if(pm == mdGeodesic && !sol) return false;
|
||||
if(sphere && (pm == mdHalfplane || pm == mdBall))
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user