Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-cooper committed Jun 20, 2018
1 parent c8d5f7b commit b6e77a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Source/Core/ApproximateTerrainHeights.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ define([
}

url = defaultValue(url, 'Assets/approximateTerrainHeights.json');
console.log('loading approximateTerrainHeights.json from ', buildModuleUrl(url));
ApproximateTerrainHeights._initPromise = Resource.fetchJson(buildModuleUrl(url)).then(function(json) {
ApproximateTerrainHeights._terrainHeights = json;
});
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@propelleraero/cesium",
"version": "1.46.6",
"version": "1.46.8",
"description": "CesiumJS is a JavaScript library for creating 3D globes and 2D maps in a web browser without a plugin.",
"homepage": "http://cesiumjs.org",
"license": "Apache-2.0",
Expand Down

0 comments on commit b6e77a8

Please sign in to comment.