Addning more logs
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Andre Henriques 2023-06-26 18:59:03 +01:00
parent 65d3d3760a
commit 596f9a3756

View File

@ -343,6 +343,8 @@ impl Render {
self.last = data.clone();
}
println!("Try Render {} - {} = {} < 33 = {}", time, self.last_update, (time - self.last_update), (time - self.last_update) < 33);
if (time - self.last_update) < 33 {
return;
}