(GL2) Backport 75a66be87b - Allow Hard GPU sync in menu

This commit is contained in:
twinaphex 2021-11-20 02:20:53 +01:00
parent 955bf08fcd
commit e7e6b9977f

View File

@ -3135,7 +3135,7 @@ static bool gl2_frame(void *data, const void *frame,
if ( gl->have_sync
&& hard_sync
&& !input_driver_nonblock_state
&& !gl->menu_texture_enable)
)
{
glClear(GL_COLOR_BUFFER_BIT);