mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-12-28 18:41:14 +00:00
parent
b324ed2b28
commit
cd7f45eec4
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ shader_factory::shader_factory()
|
|||
{
|
||||
_info.id = PREFIX "source-shader";
|
||||
_info.type = OBS_SOURCE_TYPE_INPUT;
|
||||
_info.output_flags = OBS_SOURCE_VIDEO;
|
||||
_info.output_flags = OBS_SOURCE_VIDEO | OBS_SOURCE_CUSTOM_DRAW;
|
||||
|
||||
set_activity_tracking_enabled(true);
|
||||
finish_setup();
|
||||
|
|
Loading…
Reference in a new issue