From 75c079adb16a24cbd8b8111993a67313fd52718a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20Ka=CC=88fer?= Date: Thu, 31 Jul 2014 18:14:26 +0200 Subject: move sprite to a use future loading --- include/mbgl/renderer/symbol_bucket.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'include/mbgl/renderer') diff --git a/include/mbgl/renderer/symbol_bucket.hpp b/include/mbgl/renderer/symbol_bucket.hpp index a073856d2b..b1917a93b2 100644 --- a/include/mbgl/renderer/symbol_bucket.hpp +++ b/include/mbgl/renderer/symbol_bucket.hpp @@ -24,6 +24,7 @@ class IconShader; class DotShader; class Placement; class SpriteAtlas; +class Sprite; class GlyphAtlas; class GlyphStore; class FontStack; @@ -44,8 +45,8 @@ public: virtual bool hasIconData() const; void addFeatures(const VectorTileLayer &layer, const FilterExpression &filter, - const Tile::ID &id, SpriteAtlas &spriteAtlas, GlyphAtlas &glyphAtlas, - GlyphStore &glyphStore); + const Tile::ID &id, SpriteAtlas &spriteAtlas, Sprite &sprite, + GlyphAtlas &glyphAtlas, GlyphStore &glyphStore); void addGlyphs(const PlacedGlyphs &glyphs, float placementZoom, PlacementRange placementRange, float zoom); -- cgit v1.2.1