mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-11-04 15:53:00 +00:00 
			
		
		
		
	setting eye level now affects vid.tc_camera as it should
This commit is contained in:
		@@ -2544,7 +2544,7 @@ EX int config3 = addHook(hooks_configfile, 100, [] {
 | 
			
		||||
    ->editable(-5, 5, .1, "eye level", "", 'E')
 | 
			
		||||
    ->set_extra([] {
 | 
			
		||||
      dialog::dialogflags |= sm::CENTER;
 | 
			
		||||
      vid.tc_depth = ticks;
 | 
			
		||||
      vid.tc_camera = ticks;
 | 
			
		||||
    
 | 
			
		||||
      dialog::addHelp(XLAT("In the FPP mode, the camera will be set at this altitude (before applying shifts)."));
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user