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:
Germano Cavalcante
2023-11-22 18:44:41 -03:00
parent ff04d50eee
commit a13696a242

View File

@@ -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,