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