mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-11 06:15:05 +00:00
gfx-blur-gaussian: Remove left over obs_enter_graphics (#83)
This single line causes OBS to freeze in place, and is not needed as the Graphics Context is already locked by gs::context(). Fixes #83
This commit is contained in:
parent
16347beb87
commit
47dc948861
1 changed files with 0 additions and 1 deletions
|
@ -403,7 +403,6 @@ std::shared_ptr<::gs::texture> gfx::blur::gaussian_directional::render()
|
|||
float_t height = float_t(_input_texture->get_height());
|
||||
|
||||
// Setup
|
||||
obs_enter_graphics();
|
||||
gs_set_cull_mode(GS_NEITHER);
|
||||
gs_enable_color(true, true, true, true);
|
||||
gs_enable_depth_test(false);
|
||||
|
|
Loading…
Reference in a new issue