removed limit on refresh rate
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
9ce96269df
commit
cf7bf93a48
@ -343,7 +343,7 @@ impl Render {
|
||||
self.last = data.clone();
|
||||
}
|
||||
|
||||
if time - self.last_update < 10 {
|
||||
if time - self.last_update != 0 {
|
||||
println!("To Fast! Skiping");
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user