Просмотр исходного кода

remove the change speed

tags/2.15.0
Caven Chen 3 лет назад
Родитель
Сommit
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
// }

/**
*

Загрузка…
Отмена
Сохранить