Fix const cast on enum dvar registration

This commit is contained in:
Louvenarde 2021-12-13 18:50:52 +01:00
parent 241aed3d92
commit 6ec5cac5cb

View File

@ -538,7 +538,7 @@ namespace Components
Dvar::OnInit([]
{
static char* values[5] =
static const char* values[5] =
{
"Disabled",
"Scene Models",