mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 14:02:59 +00:00 
			
		
		
		
	typo fix
This commit is contained in:
		| @@ -39,7 +39,7 @@ void circ_frame() { | ||||
|     for(int it=0; it<100; it++) { | ||||
|       ld x = (min + max) / 2; | ||||
|       ld f = sin_auto(2*x) - ratio * sin_auto(x); | ||||
|       if(f > 0 ^ spherical) max = x; | ||||
|       if((f > 0) ^ sphere) max = x; | ||||
|       else min = x; | ||||
|       } | ||||
|     circ1 = sin_auto(min); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue