Skip to content

Commit

Permalink
removed debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmtech committed May 2, 2017
1 parent 663e429 commit 8be6921
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/core/map/draw-tiles.js
Original file line number Diff line number Diff line change
Expand Up @@ -628,9 +628,9 @@ MapDrawTiles.prototype.getTileTextureTransform = function(sourceTile, targetTile
MapDrawTiles.prototype.updateTileSurfaceBounds = function(tile, submesh, surface, bound, fullUpdate) {
var path, extraBound, layer, texture;

if (tile.id[0] == 18 && tile.id[1] == 70930 && tile.id[2] == 44286) {
tile = tile;
}
//if (tile.id[0] == 18 && tile.id[1] == 70930 && tile.id[2] == 44286) {
// tile = tile;
//}

//search map view
if (surface.boundLayerSequence.length > 0) {
Expand Down

0 comments on commit 8be6921

Please sign in to comment.