summaryrefslogtreecommitdiff
path: root/src/map/raster_tile_data.cpp
diff options
context:
space:
mode:
authorLauren Budorick <lauren@mapbox.com>2014-08-06 17:40:48 -0700
committerLauren Budorick <lauren@mapbox.com>2014-08-11 12:13:22 -0700
commit560cc112e1e281ae57743fbabfa629203b09ffb1 (patch)
tree49fa057f3085f0707958299c3347dd19443e1711 /src/map/raster_tile_data.cpp
parent9e1156d660cfe220db25c4f21de2aec2ed175487 (diff)
downloadqtlocation-mapboxgl-560cc112e1e281ae57743fbabfa629203b09ffb1.tar.gz
rm rasterize_properties, should be close to working...doesn't work
Diffstat (limited to 'src/map/raster_tile_data.cpp')
-rw-r--r--src/map/raster_tile_data.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/raster_tile_data.cpp b/src/map/raster_tile_data.cpp
index a3c6d21a68..a401fdc4df 100644
--- a/src/map/raster_tile_data.cpp
+++ b/src/map/raster_tile_data.cpp
@@ -7,7 +7,7 @@ using namespace mbgl;
RasterTileData::RasterTileData(Tile::ID id, Map &map, const SourceInfo &source)
: TileData(id, map, source),
- bucket(map.getTexturepool()) {
+ bucket(map.getTexturepool(), properties) {
}
RasterTileData::~RasterTileData() {