提交 c4580ac6 编写于 作者: J jp9000

obs-text: Do not reset blend state

Similar to the parent commit, do not reset the blend state if the source
is not marked as a custom drawn source.  Filters applied won't have the
correct blend state and the alpha edges of the text will be partially
black.
上级 922e1d23
......@@ -787,7 +787,6 @@ inline void TextSource::Render(gs_effect_t *effect)
if (!tex)
return;
gs_reset_blend_state();
gs_effect_set_texture(gs_effect_get_param_by_name(effect, "image"), tex);
gs_draw_sprite(tex, 0, cx, cy);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册