Skip to content

Commit

Permalink
gfx/blur/box: Initialize streamfx::gfx::util
Browse files Browse the repository at this point in the history
  • Loading branch information
Xaymar committed Dec 2, 2022
1 parent 91ca5e8 commit 5db8f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/gfx/blur/gfx-blur-box.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

#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();
{
Expand Down

0 comments on commit 5db8f3d

Please # to comment.