Skip to content

Commit

Permalink
Merge pull request #1531 from AnalyticalGraphicsInc/fix-sandcastle-te…
Browse files Browse the repository at this point in the history
…rrain

Fix terrain sandcastle example
  • Loading branch information
bagnell committed Mar 3, 2014
2 parents fbc843c + df426fc commit 4fb6207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Apps/Sandcastle/gallery/Terrain.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@

Cesium.when(Cesium.loadImage('../images/facility.gif'), function(image) {
var textureAtlas = scene.context.createTextureAtlas({images : [image]});
billboards.setTextureAtlas(textureAtlas);
billboards.textureAtlas = textureAtlas;
});
} else {
billboards.removeAll();
Expand Down

0 comments on commit 4fb6207

Please sign in to comment.