This commit is contained in:
		
							parent
							
								
									bb8b2db547
								
							
						
					
					
						commit
						65d3d3760a
					
				@ -344,10 +344,11 @@ impl Render {
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            if (time - self.last_update) < 33 {
 | 
			
		||||
                println!("To Fast! Skiping, {} - {} = {}", time, self.last_update, time - self.last_update);
 | 
			
		||||
                return;
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            println!("Render");
 | 
			
		||||
 | 
			
		||||
            self.last_update = time;
 | 
			
		||||
 | 
			
		||||
            let lerp_data: Vec<RGB<f64>> = data
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user