This commit is contained in:
parent
65d3d3760a
commit
596f9a3756
@ -343,6 +343,8 @@ impl Render {
|
|||||||
self.last = data.clone();
|
self.last = data.clone();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
println!("Try Render {} - {} = {} < 33 = {}", time, self.last_update, (time - self.last_update), (time - self.last_update) < 33);
|
||||||
|
|
||||||
if (time - self.last_update) < 33 {
|
if (time - self.last_update) < 33 {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user