You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Source/Scene/Scene.js
+1-1
Original file line number
Diff line number
Diff line change
@@ -4236,7 +4236,7 @@ define([
4236
4236
if(widthinstanceofCartesian3){
4237
4237
result=width;
4238
4238
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.');
0 commit comments