Merge pull request #1228 from Frank-74/patch-8

[Glide64] Transparent text background option
This commit is contained in:
zilmar 2016-12-01 18:05:04 +11:00 committed by GitHub
commit f88667f88d
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,