mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-18 04:53:06 +01:00
Fixed GCC warning in release build.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user