Try to add more logs
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Andre Henriques 2023-06-26 18:33:20 +01:00
parent bb8b2db547
commit 65d3d3760a

View File

@ -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