Frame limit the lights
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
b0effe3122
commit
3f07bc498a
@ -343,7 +343,7 @@ impl Render {
|
|||||||
self.last = data.clone();
|
self.last = data.clone();
|
||||||
}
|
}
|
||||||
|
|
||||||
if time - self.last_update == 0 {
|
if time - self.last_update < 33 {
|
||||||
println!("To Fast! Skiping");
|
println!("To Fast! Skiping");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user