Преглед изворни кода

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
// }

/**
*

Loading…
Откажи
Сачувај