Skip to content

Commit

Permalink
Update packages/engine/Source/Scene/Cesium3DTileset.js
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Gagliardi <[email protected]>
  • Loading branch information
ggetz and ptrgags authored Jan 17, 2024
1 parent bcb793a commit d489a76
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/engine/Source/Scene/Cesium3DTileset.js
Original file line number Diff line number Diff line change
Expand Up @@ -3561,9 +3561,7 @@ Cesium3DTileset.prototype.updateHeight = function (
callback,
ellipsoid
) {
if (!defined(ellipsoid)) {
ellipsoid = Ellipsoid.WGS84;
}
ellipsoid = defaultValue(ellipsoid, Ellipsoid.WGS84);

const object = {
positionCartographic: cartographic,
Expand Down

0 comments on commit d489a76

Please sign in to comment.