Fix compile error when building with Cycles

This commit is contained in:
Julian Eisel 2020-02-19 20:13:52 +01:00
parent f972a3c314
commit e37988fa21
1 changed files with 1 additions and 1 deletions

View File

@ -1308,7 +1308,7 @@ static void rna_def_userdef_theme_ui_panel(BlenderRNA *brna)
const EnumPropertyItem rna_enum_userdef_theme_background_types_items[] = {
{TH_BACKGROUND_SINGLE_COLOR,
"Single Color",
"SINGLE_COLOR",
0,
"Single Color",
"Use a solid color as viewport background"},