mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 06:19:33 -04:00
cleaning up
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user