mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-07-19 19:55:16 -04:00
libobs: fix property group check
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user