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