Fix const cast on enum dvar registration
This commit is contained in:
parent
241aed3d92
commit
6ec5cac5cb
@ -538,7 +538,7 @@ namespace Components
|
|||||||
|
|
||||||
Dvar::OnInit([]
|
Dvar::OnInit([]
|
||||||
{
|
{
|
||||||
static char* values[5] =
|
static const char* values[5] =
|
||||||
{
|
{
|
||||||
"Disabled",
|
"Disabled",
|
||||||
"Scene Models",
|
"Scene Models",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user