diff --git a/drape/glstate.hpp b/drape/glstate.hpp index 95f0688323..c0152bac0e 100644 --- a/drape/glstate.hpp +++ b/drape/glstate.hpp @@ -21,7 +21,7 @@ public: { return m_depthLayer < other.m_depthLayer || m_gpuProgramIndex < other.m_gpuProgramIndex - || m_texture < other.m_texture + //|| m_texture < other.m_texture || m_uniforms < other.m_uniforms; }