Remove debug code.

This commit is contained in:
bkaradzic 2013-01-21 23:38:04 -08:00
parent e866a7b2e3
commit 37d720abd4

View file

@ -1847,7 +1847,7 @@ namespace bgfx
}
#if !BGFX_CONFIG_RENDERER_OPENGLES3
if (false && NULL != glVertexAttribDivisor
if (NULL != glVertexAttribDivisor
&& NULL != glDrawArraysInstanced
&& NULL != glDrawElementsInstanced)
{