Fixed bad logic.

This commit is contained in:
bkaradzic 2014-02-24 22:02:43 -08:00
parent 0fe44d7829
commit 7ad942b14b

View file

@ -2196,7 +2196,7 @@ namespace bgfx
}
}
if (BX_ENABLED(!BGFX_CONFIG_RENDERER_OPENGL) )
if (BX_ENABLED(BGFX_CONFIG_RENDERER_OPENGL) )
{
if (0 == colorIdx)
{