mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
Fixes save game screenshots with TinyGL: without this, the screenshot content is the menu at the time user confirmed the save, and not the original scene. This is consistent with OpenGL behaviour, where framebuffer-reading operations implicitly call glFlush.