Skip to content

Commit

Permalink
revert trial rework
Browse files Browse the repository at this point in the history
  • Loading branch information
aardgoose committed Dec 23, 2017
1 parent 9f338aa commit f5971ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/terrain/WebTerrain.js
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ WebTerrain.prototype.loadTile = function ( x, y, z, existingTile, parentTile ) {
if ( self.progressDial ) self.progressDial.add( self.progressInc );

if ( tile.setLoaded( self.activeOverlay, self.opacity, self.onLoaded ) ) {
tile.setOpacity( self.opacity );

if ( self.progressDial ) self.progressDial.end();

}
Expand Down

0 comments on commit f5971ea

Please sign in to comment.