2.5 / RNA

Return right size for PROP_COLLECTION parameters
This commit is contained in:
Elia Sarti
2009-06-28 13:41:50 +00:00
parent 1b5851b4f9
commit 5d6485f06e

View File

@@ -2249,7 +2249,6 @@ int rna_parameter_size(PropertyRNA *parm)
#endif
}
case PROP_COLLECTION:
/* XXX does not work yet */
return sizeof(ListBase);
}
}