Fix flicker after mpv plugin use

This commit is contained in:
jojo61
2024-02-03 12:09:17 +01:00
parent 47b461ab46
commit c679d812d1
2 changed files with 4 additions and 1 deletions

View File

@@ -1990,6 +1990,9 @@ make_egl() {
Fatal(_("Could not make context current!\n"));
}
EglEnabled = 1;
#ifdef USE_DRM
drm_swap_buffers();
#endif
}
#endif