mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 17:40:36 +00:00
fixed the sky in hyp_in_solnih
This commit is contained in:
parent
72c1cf300e
commit
d623593392
1
sky.cpp
1
sky.cpp
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user