Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Sorokin <sorok-roma@yandex.ru>2014-09-15 14:00:53 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:27:21 +0300
commit159c7b4b203ed0edc73aa7ce90adc97c016d8da2 (patch)
tree781af9145555ac87fdbbf38fa2b2bb337424792f /drape_frontend/line_shape.hpp
parent72391142132d2316edbe34fef8f0065134ca0530 (diff)
Correct attribute loading for new shaders
Diffstat (limited to 'drape_frontend/line_shape.hpp')
-rw-r--r--drape_frontend/line_shape.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/drape_frontend/line_shape.hpp b/drape_frontend/line_shape.hpp
index efc90eb6ed..0923f9e904 100644
--- a/drape_frontend/line_shape.hpp
+++ b/drape_frontend/line_shape.hpp
@@ -16,7 +16,7 @@ public:
LineShape(vector<m2::PointF> const & points,
LineViewParams const & params);
- virtual void Draw(dp::RefPointer<dp::Batcher> batcher, dp::RefPointer<dp::TextureSetHolder> /*textures*/) const;
+ virtual void Draw(dp::RefPointer<dp::Batcher> batcher, dp::RefPointer<dp::TextureSetHolder> textures) const;
float GetWidth() const { return m_params.m_width; }
dp::Color const & GetColor() const { return m_params.m_color; }