mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-12-29 11:01:23 +00:00
gfx/blur/box: Initialize streamfx::gfx::util
This commit is contained in:
parent
52afca38aa
commit
7226fe7046
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
#define ST_MAX_BLUR_SIZE 128 // Also change this in box.effect if modified.
|
#define ST_MAX_BLUR_SIZE 128 // Also change this in box.effect if modified.
|
||||||
|
|
||||||
streamfx::gfx::blur::box_data::box_data()
|
streamfx::gfx::blur::box_data::box_data() : _gfx_util(::streamfx::gfx::util::get())
|
||||||
{
|
{
|
||||||
auto gctx = streamfx::obs::gs::context();
|
auto gctx = streamfx::obs::gs::context();
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue