From b413438f80436bfe0c58c283e2f0d9fd794f4bd5 Mon Sep 17 00:00:00 2001 From: ExMix Date: Tue, 24 Sep 2013 19:03:35 +0300 Subject: [PATCH] [drape] temporary fix. i will fix it when will create textures subsystem --- drape/glstate.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }