This commit is contained in:
parent
cf7bf93a48
commit
520b8b4b5a
@ -343,7 +343,7 @@ impl Render {
|
||||
self.last = data.clone();
|
||||
}
|
||||
|
||||
if time - self.last_update != 0 {
|
||||
if time - self.last_update == 0 {
|
||||
println!("To Fast! Skiping");
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user