fix: when resetting rifle fov, set to 1 ipv 0
This commit is contained in:
		
							parent
							
								
									a55fe18a6c
								
							
						
					
					
						commit
						efff355479
					
				| 
						 | 
				
			
			@ -186,7 +186,7 @@ void Rifle::notify_deselected() {
 | 
			
		|||
		hud->set_reticle_visibility(true);
 | 
			
		||||
	}
 | 
			
		||||
	this->in_alt_mode = false;
 | 
			
		||||
	this->fov = 0.f;
 | 
			
		||||
	this->fov = 1.f;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void Rifle::reload_full() {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue