mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-27 07:22:51 +00:00
nilv:: fixed model list
This commit is contained in:
parent
9435748762
commit
dd10a03e09
@ -630,7 +630,7 @@ namespace conformal {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
bool model_available(eModel pm) {
|
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(pm == mdGeodesic && !sol) return false;
|
||||||
if(sphere && (pm == mdHalfplane || pm == mdBall))
|
if(sphere && (pm == mdHalfplane || pm == mdBall))
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user