Parcourir la source

remove the change speed

tags/2.15.0
Caven Chen il y a 3 ans
Parent
révision
c821841d9d
1 fichiers modifiés avec 9 ajouts et 9 suppressions
  1. 9
    9
      modules/history-track/TrackController.js

+ 9
- 9
modules/history-track/TrackController.js Voir le fichier

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

/**
*

Chargement…
Annuler
Enregistrer