mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-26 01:50:36 +00:00
fixed a bug in mdBandAny
This commit is contained in:
parent
1b7f4b869e
commit
15540e91e6
@ -109,7 +109,7 @@ EX namespace polygonal {
|
||||
|
||||
#if HDR
|
||||
inline bool mdAzimuthalEqui() { return (mdinf[pmodel].flags & mf::azimuthal) && (mdinf[pmodel].flags & (mf::equidistant | mf::equiarea | mf::equivolume) && !(mdinf[pmodel].flags & mf::twopoint)); }
|
||||
inline bool mdBandAny() { return mdinf[pmodel].flags & mf::pseudoband; }
|
||||
inline bool mdBandAny() { return mdinf[pmodel].flags & mf::pseudocylindrical; }
|
||||
inline bool mdPseudocylindrical() { return mdBandAny() && !(mdinf[pmodel].flags & mf::cylindrical); }
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user