mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	fixup: far clipping plane edits the correct parameter
This commit is contained in:
		| @@ -774,7 +774,7 @@ namespace conformal { | ||||
|       }); | ||||
|     dialog::addSelItem(XLAT("far clipping plane"), fts(clip_min), 'C'); | ||||
|     dialog::add_action([cliphelp] () { | ||||
|       dialog::editNumber(clip_max, -10, 10, 0.2, 1, XLAT("far clipping plane"),  | ||||
|       dialog::editNumber(clip_min, -10, 10, 0.2, -1, XLAT("far clipping plane"),  | ||||
|         cliphelp + XLAT("Objects with Z coordinate " | ||||
|           "smaller than this parameter are not shown; it also affects the fog effect" | ||||
|           " (near clipping plane = 0% fog, far clipping plane = 100% fog).")); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue