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-08-11 13:57:43 +0300
committerr.kuznetsov <r.kuznetsov@corp.mail.ru>2015-11-30 16:09:58 +0300
commitf945b896c16b2e015bf184337e2877787936086b (patch)
tree45d7780cdba0709b184f244cc3a0c2469cfe1424 /drape_frontend/line_shape.cpp
parente07244897fb562962083bd6aa822763678caedfc (diff)
[drape] use strict depth comporation for cap-join
Diffstat (limited to 'drape_frontend/line_shape.cpp')
-rw-r--r--drape_frontend/line_shape.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/drape_frontend/line_shape.cpp b/drape_frontend/line_shape.cpp
index d10d2ac6fe..c31037e714 100644
--- a/drape_frontend/line_shape.cpp
+++ b/drape_frontend/line_shape.cpp
@@ -252,6 +252,7 @@ public:
dp::GLState state(gpu::CAP_JOIN_PROGRAM, dp::GLState::GeometryLayer);
state.SetColorTexture(m_params.m_color.GetTexture());
+ state.SetDepthFunction(gl_const::GLLess);
return state;
}