diff --git a/yg/base_texture.cpp b/yg/base_texture.cpp index 38f5638b03..6515337e80 100644 --- a/yg/base_texture.cpp +++ b/yg/base_texture.cpp @@ -81,7 +81,9 @@ namespace yg if (queue) queue->processFn(bind(&BaseTexture::makeCurrent, this, (yg::gl::PacketsQueue*)0)); +#ifndef OMIM_OS_ANDROID if (current() != m_id) +#endif OGLCHECK(glBindTexture(GL_TEXTURE_2D, m_id)); }