New upstream version 25.0.3+dfsg1
This commit is contained in:
parent
04fe0efc67
commit
8b2e5f2130
569 changed files with 62491 additions and 5875 deletions
|
|
@ -99,8 +99,9 @@ static obs_properties_t *sharpness_properties(void *data)
|
|||
{
|
||||
obs_properties_t *props = obs_properties_create();
|
||||
|
||||
obs_properties_add_float_slider(props, "sharpness", "Sharpness", 0.0,
|
||||
1.0, 0.01);
|
||||
obs_properties_add_float_slider(props, "sharpness",
|
||||
obs_module_text("Sharpness"), 0.0, 1.0,
|
||||
0.01);
|
||||
|
||||
UNUSED_PARAMETER(data);
|
||||
return props;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue