1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-25 22:53:19 +00:00

reverted sky fixup

This commit is contained in:
Zeno Rogue 2022-12-15 19:20:56 +01:00
parent a67081adf8
commit 585ab12e4f

View File

@ -71,7 +71,7 @@ void compute_skyvertices(const vector<sky_item>& 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();