Skip to content

Commit

Permalink
stop > end, for API consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksims committed May 3, 2020
1 parent 9263149 commit 9dc4929
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/xr/xr-light-estimation.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,10 @@ Object.assign(pc, function () {

/**
* @function
* @name pc.XrLightEstimation#stop
* @description Stop estimation of illimunation data.
* @name pc.XrLightEstimation#end
* @description End estimation of illimunation data.
*/
XrLightEstimation.prototype.stop = function () {
XrLightEstimation.prototype.end = function () {
this._lightProbeRequested = false;
this._lightProbe = null;
this._available = false;
Expand Down

0 comments on commit 9dc4929

Please sign in to comment.