Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <bastien@blender.org>2020-12-31 17:12:06 +0300
committerBastien Montagne <bastien@blender.org>2020-12-31 17:12:06 +0300
commitcda897900564740cf52382161fabb44d32eb555d (patch)
treef9f1aa454e91addba885e5be93812660ac06aba2 /source/blender/makesrna/intern/rna_access_compare_override.c
parent8c135fa9a834519436524dae3d799907e2bc7861 (diff)
Fix mistake in recent rB8c135fa9a834 commit.
Diffstat (limited to 'source/blender/makesrna/intern/rna_access_compare_override.c')
-rw-r--r--source/blender/makesrna/intern/rna_access_compare_override.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_access_compare_override.c b/source/blender/makesrna/intern/rna_access_compare_override.c
index 66aea66aed8..1e7f5e841ba 100644
--- a/source/blender/makesrna/intern/rna_access_compare_override.c
+++ b/source/blender/makesrna/intern/rna_access_compare_override.c
@@ -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) {