cleaning up
This commit is contained in:
parent
117f7fa4b5
commit
4eae366bee
1 changed files with 1 additions and 0 deletions
|
|
@ -415,6 +415,7 @@ export class ClockCollator {
|
|||
//when the clock offsets surpass the delta, set the new reference time
|
||||
if (Math.abs(rollingOffsetTime - this.offsetTime) > this.offsetDelta) {
|
||||
this.offsetTime = rollingOffsetTime;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue