fixed last commit
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Andre Henriques 2023-04-15 18:34:01 +01:00
parent cf7bf93a48
commit 520b8b4b5a

View File

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