Fix #115279: FModifier.type enum 'NULL' item was renamed to 'nullptr'
The 'NULL' identifier within the `FModifier.type` enum was acidently
renamed to 'nullptr' during the C to C++ source conversion in 3ece6876af.
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
#endif
|
||||
|
||||
const EnumPropertyItem rna_enum_fmodifier_type_items[] = {
|
||||
{FMODIFIER_TYPE_NULL, "nullptr", 0, "Invalid", ""},
|
||||
{FMODIFIER_TYPE_NULL, "NULL", 0, "Invalid", ""},
|
||||
{FMODIFIER_TYPE_GENERATOR,
|
||||
"GENERATOR",
|
||||
0,
|
||||
|
||||
Reference in New Issue
Block a user