mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-10 22:05:06 +00:00
filter-displacement: Fix loading displacement filter
This commit is contained in:
parent
2f55841f88
commit
3450c149aa
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ Filter::Displacement::Instance::Instance(obs_data_t *data,
|
|||
this->context = context;
|
||||
|
||||
obs_enter_graphics();
|
||||
char* effectFile = obs_module_file("effects/displacement.effect");
|
||||
char* effectFile = obs_module_file("effects/displace.effect");
|
||||
char* errorMessage = nullptr;
|
||||
this->customEffect = gs_effect_create_from_file(effectFile,
|
||||
&errorMessage);
|
||||
|
|
Loading…
Reference in a new issue