obs-text, win-capture: Do not use premultiplied alpha

This commit is contained in:
jp9000
2019-03-07 08:13:58 -08:00
parent ac651aa492
commit 93cc09f078
2 changed files with 2 additions and 2 deletions

View File

@@ -812,7 +812,7 @@ inline void TextSource::Render()
if (!tex)
return;
gs_effect_t *effect = obs_get_base_effect(OBS_EFFECT_PREMULTIPLIED_ALPHA);
gs_effect_t *effect = obs_get_base_effect(OBS_EFFECT_DEFAULT);
gs_technique_t *tech = gs_effect_get_technique(effect, "Draw");
gs_technique_begin(tech);