@@ -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))