riku
2024-05-09 75aeb4e63339b60f9559af984c7d9f87a7cba24a
src/model/FrameAnimation.js
@@ -118,7 +118,9 @@
        if (this.isPause) {
          return;
        }
        if (index >= t.count) {
        // 绘制3D图形时,最少需要2个点才可绘制图形
        // 因此此处索引只到倒数第二个点就结束
        if (index >= t.count - 1) {
          this._endTask(this.intervalFlag);
          return;
        }