removes pos from rendertile args

This commit is contained in:
Francisco Dans 2016-02-17 19:57:56 +01:00
parent 12816745b5
commit 2fe9c737cd

View File

@ -244,7 +244,7 @@ L.TorqueLayer = L.CanvasLayer.extend({
// all the points
this.renderer._ctx.drawImage(tile._tileCache, 0, 0);
} else {
this.renderer.renderTile(tile, this.keys, pos);
this.renderer.renderTile(tile, this.keys);
}
}
}