mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-11 06:15:05 +00:00
filter/displacement: Require buffered rendering
This commit is contained in:
parent
29d60180cc
commit
ed92e7390a
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ displacement_factory::displacement_factory()
|
||||||
{
|
{
|
||||||
_info.id = PREFIX "filter-displacement";
|
_info.id = PREFIX "filter-displacement";
|
||||||
_info.type = OBS_SOURCE_TYPE_FILTER;
|
_info.type = OBS_SOURCE_TYPE_FILTER;
|
||||||
_info.output_flags = OBS_SOURCE_VIDEO;
|
_info.output_flags = OBS_SOURCE_VIDEO | OBS_SOURCE_CUSTOM_DRAW;
|
||||||
|
|
||||||
set_resolution_enabled(false);
|
set_resolution_enabled(false);
|
||||||
finish_setup();
|
finish_setup();
|
||||||
|
|
Loading…
Reference in a new issue