Fixed build.

This commit is contained in:
Branimir Karadžić 2017-07-24 11:01:43 -07:00
parent f09c886476
commit 5dd943c937
1 changed files with 1 additions and 1 deletions

View File

@ -3149,7 +3149,7 @@ error:
if (0 != (_flags & BGFX_TEXTURE_RT_MASK) )
{
formatSupported = (g_caps.formats[_format] & (0
formatSupported = 0 != (g_caps.formats[_format] & (0
| BGFX_CAPS_FORMAT_TEXTURE_FRAMEBUFFER
) );
}