浏览代码

remove the change speed

tags/2.15.0
Caven Chen 3 年前
父节点
当前提交
c821841d9d
共有 1 个文件被更改,包括 9 次插入9 次删除
  1. 9
    9
      modules/history-track/TrackController.js

+ 9
- 9
modules/history-track/TrackController.js 查看文件

@@ -168,15 +168,15 @@ class TrackController {
return this
}

/**
*
* @param speed
* @returns {TrackController}
*/
changeSpeed(speed) {
this._viewer.clock.multiplier = speed
return this
}
// /**
// *
// * @param speed
// * @returns {TrackController}
// */
// changeSpeed(speed) {
// this._viewer.clock.multiplier = speed
// return this
// }

/**
*

正在加载...
取消
保存