mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-27 22:03:01 +00:00
filter/dynamic-mask: Require buffered rendering
This commit is contained in:
parent
ed92e7390a
commit
4e21830627
1 changed files with 1 additions and 1 deletions
|
@ -393,7 +393,7 @@ dynamic_mask_factory::dynamic_mask_factory()
|
|||
{
|
||||
_info.id = PREFIX "filter-dynamic-mask";
|
||||
_info.type = OBS_SOURCE_TYPE_FILTER;
|
||||
_info.output_flags = OBS_SOURCE_VIDEO;
|
||||
_info.output_flags = OBS_SOURCE_VIDEO | OBS_SOURCE_CUSTOM_DRAW;
|
||||
|
||||
set_have_active_child_sources(true);
|
||||
set_have_child_sources(true);
|
||||
|
|
Loading…
Reference in a new issue