diff --git a/light9/web/light9-vidref-replay.js b/light9/web/light9-vidref-replay.js --- a/light9/web/light9-vidref-replay.js +++ b/light9/web/light9-vidref-replay.js @@ -120,9 +120,9 @@ class Light9VidrefReplay extends LitElem actual/goal time cursors -->
video time should be ${this.videoTime} - actual = ${rounding(this.outVideoCurrentTime, 3)}, - err = ${rounding(this.timeErr, 3)} - rate = ${rounding(this.playRate, 3)} + actual = ${rounding(this.outVideoCurrentTime, 3, 3, true)}, + err = ${rounding(this.timeErr, 3, 4, true)} + rate = ${rounding(this.playRate, 3, 3, true)}
`; }