[Glide64] Transparent text background option

Make transparent text display work if buffer clear on every frame is off.
This commit is contained in:
Frank-74 2016-12-01 06:55:15 +00:00 committed by GitHub
parent 3e9b00e767
commit c07e838e04
1 changed files with 1 additions and 1 deletions

View File

@ -2087,7 +2087,7 @@ void set_message_combiner()
GR_COMBINE_LOCAL_NONE,
GR_COMBINE_OTHER_TEXTURE,
FXFALSE);
if (g_settings->buff_clear && (g_settings->show_fps & 0x08))
if (g_settings->show_fps & 0x08)
grAlphaBlendFunction(GR_BLEND_SRC_ALPHA,
GR_BLEND_ONE_MINUS_SRC_ALPHA,
GR_BLEND_ZERO,