mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-02-17 20:31:57 -05:00
Fixed bad logic.
This commit is contained in:
parent
0fe44d7829
commit
7ad942b14b
1 changed files with 1 additions and 1 deletions
|
@ -2196,7 +2196,7 @@ namespace bgfx
|
|||
}
|
||||
}
|
||||
|
||||
if (BX_ENABLED(!BGFX_CONFIG_RENDERER_OPENGL) )
|
||||
if (BX_ENABLED(BGFX_CONFIG_RENDERER_OPENGL) )
|
||||
{
|
||||
if (0 == colorIdx)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue