Fix mistake in recent rB8c135fa9a834 commit.

This commit is contained in:
Bastien Montagne 2020-12-31 15:12:06 +01:00
parent 8c135fa9a8
commit cda8979005
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ static ID *rna_property_override_property_real_id_owner(Main *bmain,
const char *rna_path_prefix = NULL;
if (r_rna_path != NULL) {
*r_rna_path == NULL;
*r_rna_path = NULL;
}
if (id == NULL) {