Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hpinkos committed Jul 31, 2018
1 parent 62b2312 commit 5dd9707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/GoogleEarthEnterpriseTerrainProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ define([
// We have a tile, check to see if no ancestors have terrain or that we know for sure it doesn't
if (!info.ancestorHasTerrain) {
// We haven't reached a level with terrain, so return the ellipsoid
return when.resovle(new HeightmapTerrainData({
return when.resolve(new HeightmapTerrainData({
buffer : new Uint8Array(16 * 16),
width : 16,
height : 16
Expand Down

0 comments on commit 5dd9707

Please sign in to comment.