# HG changeset patch # User drewp@bigasterisk.com # Date 2019-06-10 23:50:00 # Node ID f5fbc6ec5f8781588118154ff5771e139f23e5a9 # Parent 286a34d9ccba17766438e3010cd2e05e9b02bb3f try to reduce flicker on vidref player details Ignore-this: f6a6736cdfbe7782fe768ab806711a8c 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)}
`; }