mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-18 04:53:06 +01:00
Fixed issue #327 (oops!).
This commit is contained in:
@@ -2861,7 +2861,7 @@ namespace bgfx { namespace gl
|
||||
if (!cached)
|
||||
{
|
||||
GLint linked = 0;
|
||||
if (0 == _vsh.m_id)
|
||||
if (0 != _vsh.m_id)
|
||||
{
|
||||
GL_CHECK(glAttachShader(m_id, _vsh.m_id) );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user