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