This commit is contained in:
parent
9a657d41e2
commit
f8e2aa91ea
@ -317,7 +317,7 @@ impl Render {
|
||||
self.last = data.clone();
|
||||
}
|
||||
|
||||
if time - self.last_update < 50 {
|
||||
if time - self.last_update == 0 {
|
||||
println!("To Fast! Skiping");
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user