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:
authorExMix <rahuba.youri@mapswithme.com>2015-03-05 15:07:40 +0300
committerr.kuznetsov <r.kuznetsov@corp.mail.ru>2015-11-30 16:04:05 +0300
commit65ab716c5b056c810d2b8ac5d2537d870a44ab4f (patch)
tree8ddf7a45cebe3313ab046dd34217254591ca7e17 /drape_frontend/poi_symbol_shape.cpp
parent8aade1efab87c57cd90aca32aee009fcbe7fbde4 (diff)
[drape] change blending default
Diffstat (limited to 'drape_frontend/poi_symbol_shape.cpp')
-rw-r--r--drape_frontend/poi_symbol_shape.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/drape_frontend/poi_symbol_shape.cpp b/drape_frontend/poi_symbol_shape.cpp
index 3e61c1747a..6c2e9a4d06 100644
--- a/drape_frontend/poi_symbol_shape.cpp
+++ b/drape_frontend/poi_symbol_shape.cpp
@@ -45,7 +45,6 @@ void PoiSymbolShape::Draw(dp::RefPointer<dp::Batcher> batcher, dp::RefPointer<dp
};
dp::GLState state(gpu::TEXTURING_PROGRAM, dp::GLState::OverlayLayer);
- state.SetBlending(dp::Blending(true));
state.SetColorTexture(region.GetTexture());
dp::AttributeProvider provider(1, 4);