Skip to content

Commit 9029745

Browse files
committed
Update deprecation warning version
1 parent 0fe1724 commit 9029745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Scene/Scene.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4236,7 +4236,7 @@ define([
42364236
if (width instanceof Cartesian3) {
42374237
result = width;
42384238
width = undefined;
4239-
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.');
4239+
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.');
42404240
}
42414241

42424242
var ray = getRayForClampToHeight(this, cartesian);

0 commit comments

Comments
 (0)