mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-04 13:19:20 +00:00
euc_in_nil has sky errors too
This commit is contained in:
parent
78356114c1
commit
dfbf553608
1
sky.cpp
1
sky.cpp
@ -72,6 +72,7 @@ void compute_skyvertices(const vector<sky_item>& sky) {
|
||||
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(among(geom3::ggclass(), gcSol, gcSolN)) return; /* errors */
|
||||
if(among(geom3::ggclass(), gcNil)) return; /* errors sometimes too */
|
||||
|
||||
int sk = get_skybrightness();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user