Fixed clang warning.

This commit is contained in:
Branimir Karadžić
2015-10-09 20:03:22 -07:00
parent 09e6aa3d9a
commit f0ae846837

View File

@@ -490,7 +490,7 @@ namespace bgfx
};
BX_STATIC_ASSERT(BX_COUNTOF(s_dxbcSrvType) == DxbcResourceDim::Count);
static const char* s_dxbcInterpolationName[] =
const char* s_dxbcInterpolationName[] =
{
"",
"constant",