This commit is contained in:
Branimir Karadžić 2015-05-30 15:58:45 -07:00
parent 4f2345683d
commit 886dd485c0

View File

@ -4503,7 +4503,6 @@ namespace bgfx { namespace gl
code = temp;
}
BX_TRACE("%s", code);
GL_CHECK(glShaderSource(m_id, 1, (const GLchar**)&code, NULL) );
GL_CHECK(glCompileShader(m_id) );