mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 10:35:43 -05:00
Fixed GCC warning in release build.
This commit is contained in:
parent
e0c3d4d6f8
commit
5e15534628
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue