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:
authorPeter Kim <pk15950@gmail.com>2022-03-26 03:14:01 +0300
committerPeter Kim <pk15950@gmail.com>2022-03-26 03:14:01 +0300
commit07b0b6e9b78c9fc99f563244aec202acda536f2d (patch)
tree39d5548756e35d87899fe8dfff1a8efe3222ee74 /source/blender/editors/space_outliner/tree/tree_display_libraries.cc
parentd834dcf1da3c2fce89459dbf22da77435feb48aa (diff)
parent1909fd2781c48a2c769d88f0c4ec36177ce523c4 (diff)
Merge branch 'master' into xr-dev
Diffstat (limited to 'source/blender/editors/space_outliner/tree/tree_display_libraries.cc')
-rw-r--r--source/blender/editors/space_outliner/tree/tree_display_libraries.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_outliner/tree/tree_display_libraries.cc b/source/blender/editors/space_outliner/tree/tree_display_libraries.cc
index 0023b7c7b62..476bbdb63ae 100644
--- a/source/blender/editors/space_outliner/tree/tree_display_libraries.cc
+++ b/source/blender/editors/space_outliner/tree/tree_display_libraries.cc
@@ -150,7 +150,7 @@ TreeElement *TreeDisplayLibraries::add_library_contents(Main &mainvar, ListBase
}
else {
ten = outliner_add_element(
- &space_outliner_, &tenlib->subtree, lbarray[a], nullptr, TSE_ID_BASE, 0);
+ &space_outliner_, &tenlib->subtree, lib, nullptr, TSE_ID_BASE, a);
ten->directdata = lbarray[a];
ten->name = outliner_idcode_to_plural(GS(id->name));
}