From 9029745220bc09f2769fc65dc8930169b1c6cdda Mon Sep 17 00:00:00 2001 From: Sean Lilley Date: Sun, 30 Dec 2018 11:42:55 -0500 Subject: [PATCH] Update deprecation warning version --- Source/Scene/Scene.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Scene/Scene.js b/Source/Scene/Scene.js index 206acf2faf6c..ffdb39896123 100644 --- a/Source/Scene/Scene.js +++ b/Source/Scene/Scene.js @@ -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);