1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-09-07 21:16:48 +00:00

disabled can_have_inverse in S3

This commit is contained in:
Zeno Rogue 2024-07-21 21:27:36 +02:00
parent ed66e41e5c
commit 1498b715e6

View File

@ -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)) {