This commit is contained in:
		
							parent
							
								
									9f21d08b33
								
							
						
					
					
						commit
						e95701dd84
					
				@ -391,7 +391,7 @@ impl Lerp for f64 {
 | 
			
		||||
 | 
			
		||||
        let lerped = self + change;
 | 
			
		||||
 | 
			
		||||
        if (*other - self).abs() < 2.0 && diff != 0.0 {
 | 
			
		||||
        if (*other - self).abs() < 0.49 && diff != 0.0 {
 | 
			
		||||
            *other
 | 
			
		||||
        } else {
 | 
			
		||||
            lerped
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user