Skip to content

Commit

Permalink
Update deprecation warning version
Browse files Browse the repository at this point in the history
  • Loading branch information
lilleyse committed Dec 30, 2018
1 parent 0fe1724 commit 9029745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Scene/Scene.js
Original file line number Diff line number Diff line change
Expand Up @@ -4236,7 +4236,7 @@ define([
if (width instanceof Cartesian3) {
result = width;
width = undefined;
deprecationWarning('clampToHeight-parameter-change', 'clampToHeight now takes an optional width argument before the result argument in Cesium 1.52. The previous function definition will no longer work in 1.53.');
deprecationWarning('clampToHeight-parameter-change', 'clampToHeight now takes an optional width argument before the result argument in Cesium 1.54. The previous function definition will no longer work in 1.56.');
}

var ray = getRayForClampToHeight(this, cartesian);
Expand Down

0 comments on commit 9029745

Please sign in to comment.