Closed sdatkinson closed 4 weeks ago
During _UpdateLatency(), Only SetLatency(latency) when latency != GetLatency().
_UpdateLatency()
SetLatency(latency)
latency != GetLatency()
It feels weird to have to do this but it works.
Resolves #507
Description
During
_UpdateLatency()
, OnlySetLatency(latency)
whenlatency != GetLatency()
.It feels weird to have to do this but it works.
Resolves #507
PR Checklist