Decreased skip time
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Andre Henriques 2023-03-19 11:40:46 +00:00
parent a63b1d8074
commit 9a657d41e2

View File

@ -317,7 +317,7 @@ impl Render {
self.last = data.clone();
}
if time - self.last_update < 500 {
if time - self.last_update < 50 {
println!("To Fast! Skiping");
return;
}