mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	fixed a rendering bug with band in 3D
This commit is contained in:
		| @@ -179,8 +179,10 @@ bool hypot_zlev(ld zlev, ld& d, ld& df, ld& zf) { | ||||
|  | ||||
|     if(d > 0) | ||||
|       d = hypot_auto(d, z); | ||||
|     else | ||||
|       d = -hypot_auto(d, z); | ||||
|     else { | ||||
|       d = -hypot_auto(-d, z); | ||||
|       zf = -zf; | ||||
|       } | ||||
|     return true; | ||||
|     } | ||||
|   } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue