cleaning up

This commit is contained in:
Jade (Rose) Rowland 2024-08-18 12:05:03 -04:00
parent 117f7fa4b5
commit 4eae366bee

View File

@ -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;
}
}