mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	debug removed
This commit is contained in:
		| @@ -2040,7 +2040,6 @@ EX bool do_draw(cell *c, const transmatrix& T) { | |||||||
|     else if(pmodel == mdGeodesic && nih) { |     else if(pmodel == mdGeodesic && nih) { | ||||||
|       hyperpoint h = inverse_exp(tC0(T), iLazy, false); |       hyperpoint h = inverse_exp(tC0(T), iLazy, false); | ||||||
|       ld dist = hypot_d(3, h); |       ld dist = hypot_d(3, h); | ||||||
|       if(isnan(dist)) binary::breakhere(); |  | ||||||
|       if(dist > sightranges[geometry] + (vid.sloppy_3d ? 0 : cgi.corner_bonus)) return false; |       if(dist > sightranges[geometry] + (vid.sloppy_3d ? 0 : cgi.corner_bonus)) return false; | ||||||
|       if(dist <= extra_generation_distance && !limited_generation(c)) return false; |       if(dist <= extra_generation_distance && !limited_generation(c)) return false; | ||||||
|       } |       } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue