This commit is contained in:
parent
a63b1d8074
commit
9a657d41e2
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user