mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-20 22:03:12 +01:00
Fixed bad logic.
This commit is contained in:
@@ -2196,7 +2196,7 @@ namespace bgfx
|
||||
}
|
||||
}
|
||||
|
||||
if (BX_ENABLED(!BGFX_CONFIG_RENDERER_OPENGL) )
|
||||
if (BX_ENABLED(BGFX_CONFIG_RENDERER_OPENGL) )
|
||||
{
|
||||
if (0 == colorIdx)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user