mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-13 07:15:06 +00:00
filter-color-grade: Always return true in tool_modified
This commit is contained in:
parent
2ca15bb28c
commit
533de01061
1 changed files with 2 additions and 0 deletions
|
@ -142,6 +142,8 @@ bool tool_modified(obs_properties_t* props, obs_property_t* property, obs_data_t
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
obs_properties_t* get_properties(void*)
|
obs_properties_t* get_properties(void*)
|
||||||
|
|
Loading…
Reference in a new issue