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:
Michael Fabian 'Xaymar' Dirks 2019-12-17 23:53:21 +01:00
parent 16347beb87
commit 47dc948861

View file

@ -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);