mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-19 01:28:28 +00:00
cleaning up
This commit is contained in:
parent
117f7fa4b5
commit
4eae366bee
@ -415,6 +415,7 @@ export class ClockCollator {
|
|||||||
//when the clock offsets surpass the delta, set the new reference time
|
//when the clock offsets surpass the delta, set the new reference time
|
||||||
if (Math.abs(rollingOffsetTime - this.offsetTime) > this.offsetDelta) {
|
if (Math.abs(rollingOffsetTime - this.offsetTime) > this.offsetDelta) {
|
||||||
this.offsetTime = rollingOffsetTime;
|
this.offsetTime = rollingOffsetTime;
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user