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:
Diffstat (limited to 'source/blender/blenkernel/intern/lightprobe.c')
-rw-r--r--source/blender/blenkernel/intern/lightprobe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/lightprobe.c b/source/blender/blenkernel/intern/lightprobe.c
index 09f4667fc88..30fbcd4f540 100644
--- a/source/blender/blenkernel/intern/lightprobe.c
+++ b/source/blender/blenkernel/intern/lightprobe.c
@@ -103,7 +103,7 @@ LightProbe *BKE_lightprobe_copy(Main *bmain, const LightProbe *probe)
void BKE_lightprobe_make_local(Main *bmain, LightProbe *probe, const bool lib_local)
{
- BKE_lib_id_make_local_generic(bmain, &probe->id, true, lib_local);
+ BKE_lib_id_make_local_generic(bmain, &probe->id, lib_local);
}
void BKE_lightprobe_free(LightProbe *probe)