mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 06:27:17 +00:00
disabled can_have_inverse in S3
This commit is contained in:
parent
ed66e41e5c
commit
1498b715e6
@ -2030,6 +2030,7 @@ void dqi_poly::draw() {
|
||||
if(pmodel == mdCentralInversion) can_have_inverse = true;
|
||||
|
||||
if(among(pmodel, mdHemisphere, mdHyperboloid) && sphere && pconf.small_hyperboloid) can_have_inverse = true;
|
||||
if(GDIM == 3) can_have_inverse = false;
|
||||
|
||||
if(can_have_inverse && !(poly_flags & POLY_ISSIDE)) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user