fix: Fix FpsGraph not updating
This commit is contained in:
parent
62ca95725d
commit
315fcb68a8
@ -284,7 +284,9 @@ public final class CameraView: UIView, CameraSessionDelegate {
|
||||
|
||||
#if DEBUG
|
||||
if let fpsGraph {
|
||||
fpsGraph.onTick(CACurrentMediaTime())
|
||||
DispatchQueue.main.async {
|
||||
fpsGraph.onTick(CACurrentMediaTime())
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user