Commit 7f1feee02ab88770238219ee5e8c3c0bf81c6e4b

Sylvain 2022-03-21T10:20:04

Fixed bug #2426 - SDL_RenderReadPixels result is unspecified and fails testautomation Call SDL_RenderPresent after calling SDL_RenderReadPixels. From "include/SDL_render.h": "If you're using this on the main rendering target, it should be called after rendering and before SDL_RenderPresent()."