mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 14:02:59 +00:00 
			
		
		
		
	euc_in_nil has sky errors too
This commit is contained in:
		
							
								
								
									
										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(); | ||||
|    | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue