This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user