[Glide64] Fix #1224

Fix text display not showing if clear buffer on every frame is off.

This text display is mixed up with hotkey_info..  Which is used as timer for display.
This commit is contained in:
Frank-74 2016-12-01 07:25:11 +00:00 committed by GitHub
parent f88667f88d
commit 5aa8fc7c88
1 changed files with 2 additions and 2 deletions

View File

@ -2054,7 +2054,7 @@ void newSwapBuffers()
g_settings->frame_buffer ^= fb_ref;
}
}
if (g_settings->buff_clear && (hotkey_info.hk_ref || hotkey_info.hk_motionblur || hotkey_info.hk_filtering))
if (hotkey_info.hk_ref || hotkey_info.hk_motionblur || hotkey_info.hk_filtering)
{
set_message_combiner();
char buf[256];