diff --git a/libobs/obs-scene.c b/libobs/obs-scene.c index 404bfa9a7..6ec06077f 100644 --- a/libobs/obs-scene.c +++ b/libobs/obs-scene.c @@ -1867,9 +1867,7 @@ static obs_sceneitem_t *obs_scene_add_internal(obs_scene_t *scene, } if (item_texture_enabled(item)) { - obs_enter_graphics(); item->item_render = gs_texrender_create(GS_RGBA, GS_ZS_NONE); - obs_leave_graphics(); } full_lock(scene);