This commit is contained in:
@@ -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 == 0 {
|
||||||
println!("To Fast! Skiping");
|
println!("To Fast! Skiping");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user