Try to fix last commit
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This commit is contained in:
		
							parent
							
								
									3f07bc498a
								
							
						
					
					
						commit
						bb8b2db547
					
				@ -343,8 +343,8 @@ impl Render {
 | 
			
		||||
                self.last = data.clone();
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            if time - self.last_update < 33 {
 | 
			
		||||
                println!("To Fast! Skiping");
 | 
			
		||||
            if (time - self.last_update) < 33 {
 | 
			
		||||
                println!("To Fast! Skiping, {} - {} = {}", time, self.last_update, time - self.last_update);
 | 
			
		||||
                return;
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user