libobs: fix property group check
This commit is contained in:
parent
abf6a97ca9
commit
edc439b0a5
@ -752,7 +752,7 @@ static bool check_property_group_recursion(obs_properties_t *parent,
|
||||
* lets verify anyway. */
|
||||
return true;
|
||||
}
|
||||
if (check_property_group_recursion(cprops, group))
|
||||
if (check_property_group_recursion(parent, cprops))
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user