mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	fixup to last: euc in sol actually works
This commit is contained in:
		
							
								
								
									
										2
									
								
								sky.cpp
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								sky.cpp
									
									
									
									
									
								
							| @@ -71,7 +71,7 @@ void compute_skyvertices(const vector<sky_item>& sky) { | |||||||
|   if(!draw_sky) return; |   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 && 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(vid.wall_height < 0 && meuclid && geom3::ggclass() == gcNIH) return; /* same */ | ||||||
|   if(among(geom3::ggclass(), gcSol, gcSolN)) return;  /* errors */ |   if(mhyperbolic && among(geom3::ggclass(), gcSol, gcSolN)) return;  /* errors */ | ||||||
|  |  | ||||||
|   int sk = get_skybrightness(); |   int sk = get_skybrightness(); | ||||||
|    |    | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue