Merge pull request #3216 from Xaymar/pr-fix-obs_source_enum_full_tree
libobs: Call enum_all_sources in check for enum_all_sources
This commit is contained in:
commit
e36b9c309d
@ -3834,7 +3834,7 @@ static void enum_source_full_tree_callback(obs_source_t *parent,
|
||||
child, enum_source_full_tree_callback, param);
|
||||
if (child->info.enum_all_sources) {
|
||||
if (child->context.data) {
|
||||
child->info.enum_active_sources(
|
||||
child->info.enum_all_sources(
|
||||
child->context.data,
|
||||
enum_source_full_tree_callback, data);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user