fixed the sky in hyp_in_solnih

This commit is contained in:
Zeno Rogue 2022-12-17 19:59:53 +01:00
parent 72c1cf300e
commit d623593392
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ void compute_skyvertices(const vector<sky_item>& sky) {
if(vid.wall_height < 0 && meuclid && geom3::ggclass() == gcNIH) return; /* same */
if(among(geom3::ggclass(), gcSol, gcSolN)) return; /* errors */
if(among(geom3::ggclass(), gcNil)) return; /* errors sometimes too */
if(geom3::hyp_in_solnih()) return;
int sk = get_skybrightness();