mirror of https://github.com/bkaradzic/bgfx
Fixed GCC warning in release build.
This commit is contained in:
parent
e0c3d4d6f8
commit
5e15534628
|
@ -150,7 +150,7 @@ struct ConstantType
|
|||
|
||||
#define BGFX_UNIFORM_FRAGMENTBIT UINT8_C(0x10)
|
||||
|
||||
static const char* s_constantTypeName[ConstantType::Count] =
|
||||
const char* s_constantTypeName[ConstantType::Count] =
|
||||
{
|
||||
"int",
|
||||
"float",
|
||||
|
|
Loading…
Reference in New Issue