diff --git a/app/www/annotate.js b/app/www/annotate.js index 3db7e80..dd075aa 100644 --- a/app/www/annotate.js +++ b/app/www/annotate.js @@ -936,7 +936,7 @@ class Annotator extends EventTarget { // setTimeout(() => this.playStroke(next_path, next_point), dt); } else if (this.strokes.length > path_i + 1) { next_path = path_i + 1; - next_point = 1; + next_point = 0; // use starttime instead of diff, to prevent floating } else { return [null, null];