diff --git a/sky.cpp b/sky.cpp index 6d51ba3a..32ba84c2 100644 --- a/sky.cpp +++ b/sky.cpp @@ -71,7 +71,7 @@ void compute_skyvertices(const vector& sky) { if(!draw_sky) return; if(vid.wall_height < 0 && geom3::euc_in_hyp()) return; /* just looks bad, hollow horospheres should not have sky */ if(vid.wall_height < 0 && meuclid && geom3::ggclass() == gcNIH) return; /* same */ - if(mhyperbolic && among(geom3::ggclass(), gcSol, gcSolN)) return; /* errors */ + if(among(geom3::ggclass(), gcSol, gcSolN)) return; /* errors */ int sk = get_skybrightness();